ci/papr: Update most contexts to f27

Many of them actually already *were* because they
were inherting.

An exception is flatpak which is being worked on in
https://github.com/ostreedev/ostree/pull/1400

Closes: #1426
Approved by: jlebon
This commit is contained in:
Colin Walters 2018-01-18 09:01:27 -05:00 committed by Atomic Bot
parent 654a9177d0
commit 6e4306ea10

View File

@ -51,10 +51,10 @@ tests:
--- ---
context: f26-rust context: f27-rust
inherit: true inherit: true
container: container:
image: registry.fedoraproject.org/fedora:26 image: registry.fedoraproject.org/fedora:27
env: env:
CONFIGOPTS: '--enable-rust' CONFIGOPTS: '--enable-rust'
CI_PKGS: cargo CI_PKGS: cargo
@ -65,10 +65,10 @@ tests:
--- ---
context: f26-gnutls context: f27-gnutls
inherit: true inherit: true
container: container:
image: registry.fedoraproject.org/fedora:26 image: registry.fedoraproject.org/fedora:27
env: env:
CONFIGOPTS: '--with-crypto=gnutls' CONFIGOPTS: '--with-crypto=gnutls'
CI_PKGS: pkgconfig(gnutls) CI_PKGS: pkgconfig(gnutls)
@ -81,7 +81,7 @@ tests:
inherit: true inherit: true
context: f26-experimental-api context: f27-experimental-api
env: env:
CONFIGOPTS: '--enable-experimental-api' CONFIGOPTS: '--enable-experimental-api'
@ -92,7 +92,7 @@ tests:
inherit: true inherit: true
context: f26-minimal context: f27-minimal
env: env:
CONFIGOPTS: '--without-curl --without-soup --disable-gtk-doc --disable-man CONFIGOPTS: '--without-curl --without-soup --disable-gtk-doc --disable-man
--disable-rust --without-libarchive --without-selinux --without-smack --disable-rust --without-libarchive --without-selinux --without-smack
@ -107,7 +107,7 @@ tests:
inherit: true inherit: true
required: true required: true
context: f26-libsoup context: f27-libsoup
env: env:
CONFIGOPTS: "--without-curl --without-openssl --with-libsoup" CONFIGOPTS: "--without-curl --without-openssl --with-libsoup"
@ -120,7 +120,7 @@ tests:
inherit: true inherit: true
required: true required: true
context: f26-introspection-tests context: f27-introspection-tests
env: env:
# ASAN conflicts with introspection testing; # ASAN conflicts with introspection testing;
@ -138,15 +138,15 @@ branches:
- auto - auto
- try - try
context: f26ah-insttest context: f27ah-insttest
required: false required: false
cluster: cluster:
hosts: hosts:
- name: vmcheck - name: vmcheck
distro: fedora/26/atomic distro: fedora/27/atomic
container: container:
image: registry.fedoraproject.org/fedora:26 image: registry.fedoraproject.org/fedora:27
# Copy the build from the container to the host; ideally down the line # Copy the build from the container to the host; ideally down the line
# this is installing an RPM via https://github.com/jlebon/redhat-ci/issues/10 # this is installing an RPM via https://github.com/jlebon/redhat-ci/issues/10