ci: replace Fedora 33 with Fedora 35

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2021-11-23 12:09:00 +00:00
parent 05cd957836
commit 4e2dcfcb82
3 changed files with 19 additions and 19 deletions

View File

@ -4,7 +4,7 @@
#
# https://gitlab.com/libvirt/libvirt-ci
FROM registry.fedoraproject.org/fedora:33
FROM registry.fedoraproject.org/fedora:35
RUN dnf install -y nosync && \
echo -e '#!/bin/sh\n\

View File

@ -115,13 +115,6 @@ x86_64-debian-sid-container:
NAME: debian-sid
x86_64-fedora-33-container:
extends: .container_job
allow_failure: false
variables:
NAME: fedora-33
x86_64-fedora-34-container:
extends: .container_job
allow_failure: false
@ -129,6 +122,13 @@ x86_64-fedora-34-container:
NAME: fedora-34
x86_64-fedora-35-container:
extends: .container_job
allow_failure: false
variables:
NAME: fedora-35
x86_64-fedora-rawhide-container:
extends: .container_job
allow_failure: true
@ -425,15 +425,6 @@ x86_64-debian-sid:
NAME: debian-sid
x86_64-fedora-33:
extends: .native_build_job
needs:
- x86_64-fedora-33-container
allow_failure: false
variables:
NAME: fedora-33
x86_64-fedora-34:
extends: .native_build_job
needs:
@ -443,6 +434,15 @@ x86_64-fedora-34:
NAME: fedora-34
x86_64-fedora-35:
extends: .native_build_job
needs:
- x86_64-fedora-35-container
allow_failure: false
variables:
NAME: fedora-35
x86_64-fedora-rawhide:
extends: .native_build_job
needs:

View File

@ -125,10 +125,10 @@ targets:
- arch: s390x
allow-failure: true
fedora-33: x86_64
fedora-34: x86_64
fedora-35: x86_64
fedora-rawhide:
jobs:
- arch: x86_64