]> xenbits.xensource.com Git - libvirt.git/commitdiff
gitlab: move some jobs onto CentOS 8
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 4 May 2020 16:21:35 +0000 (17:21 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 6 May 2020 12:16:58 +0000 (13:16 +0100)
So that we don't have to chase frequent Fedora releases, move the
non-build related jobs onto the long life CentOS 8 distro.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml

index d3025f031a89f751646620b9dff74c80a1dc1a79..149334ed6fcb0bd81c660b348f6f40045a974ff0 100644 (file)
@@ -172,7 +172,7 @@ website:
     - $MAKE -C docs install
     - cd ..
     - mv vroot/share/doc/libvirt/html/ website
-  image: quay.io/libvirt/buildenv-libvirt-fedora-31:latest
+  image: quay.io/libvirt/buildenv-libvirt-centos-8:latest
   artifacts:
     expose_as: 'Website'
     name: 'website'
@@ -191,7 +191,7 @@ codestyle:
     - cd build
     - ../autogen.sh || (cat config.log && exit 1)
     - $MAKE syntax-check
-  image: quay.io/libvirt/buildenv-libvirt-fedora-31:latest
+  image: quay.io/libvirt/buildenv-libvirt-centos-8:latest
 
 
 # This artifact published by this job is downloaded to push to Weblate
@@ -211,7 +211,7 @@ potfile:
     - $MAKE -C po libvirt.pot
     - cd ..
     - mv build/po/libvirt.pot libvirt.pot
-  image: quay.io/libvirt/buildenv-libvirt-fedora-31:latest
+  image: quay.io/libvirt/buildenv-libvirt-centos-8:latest
   artifacts:
     expose_as: 'Potfile'
     name: 'potfile'