mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
05cd957836
commit
4e2dcfcb82
@ -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\
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user