summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-03-28 11:46:01 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2022-03-28 11:48:35 +0100
commitc9950c16541617691642bf8aec3ebd0f6bdc1b83 (patch)
tree79f382fbc393789391c03fdc90baa7816c20215e /.gitlab-ci.yml
parent050ed3e6298ea89ed54eb06e1257dc801cee8cb8 (diff)
downloadlibvirt-python-c9950c16541617691642bf8aec3ebd0f6bdc1b83.tar.gz
ci: refresh from lcitool manifest
This drops the CentOS 8 job and replaces Fedora 33 with 35. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8db608c..ff7749e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,10 +48,10 @@ stages:
include: '/ci/gitlab.yml'
api-coverage:
- image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
+ image: $CI_REGISTRY_IMAGE/ci-centos-stream-8:latest
stage: sanity_checks
needs:
- - job: x86_64-centos-8-git
+ - job: x86_64-centos-stream-8-git
artifacts: true
before_script:
- *git_build_vars