提交 019b71de 编写于 作者: D Daniel P. Berrangé

gitlab: move some jobs onto CentOS 8

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: NAndrea Bolognani <abologna@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 bab946e3
...@@ -172,7 +172,7 @@ website: ...@@ -172,7 +172,7 @@ website:
- $MAKE -C docs install - $MAKE -C docs install
- cd .. - cd ..
- mv vroot/share/doc/libvirt/html/ website - 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: artifacts:
expose_as: 'Website' expose_as: 'Website'
name: 'website' name: 'website'
...@@ -191,7 +191,7 @@ codestyle: ...@@ -191,7 +191,7 @@ codestyle:
- cd build - cd build
- ../autogen.sh || (cat config.log && exit 1) - ../autogen.sh || (cat config.log && exit 1)
- $MAKE syntax-check - $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 # This artifact published by this job is downloaded to push to Weblate
...@@ -211,7 +211,7 @@ potfile: ...@@ -211,7 +211,7 @@ potfile:
- $MAKE -C po libvirt.pot - $MAKE -C po libvirt.pot
- cd .. - cd ..
- mv build/po/libvirt.pot libvirt.pot - 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: artifacts:
expose_as: 'Potfile' expose_as: 'Potfile'
name: 'potfile' name: 'potfile'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册