]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: replace Fedora 33 with Fedora 35
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 23 Nov 2021 12:09:00 +0000 (12:09 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 23 Nov 2021 16:43:57 +0000 (16:43 +0000)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
ci/containers/fedora-35.Dockerfile [moved from ci/containers/fedora-33.Dockerfile with 98% similarity]
ci/gitlab.yml
ci/manifest.yml

similarity index 98%
rename from ci/containers/fedora-33.Dockerfile
rename to ci/containers/fedora-35.Dockerfile
index 0025e66d6a0e2063346fd73ac10f61a69d7189ee..1c5cb2c8ca73b7a716b127dd32c016a35ec0eb37 100644 (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\
index 70e80f51b7b02edfd7c09de7e474c3775aa6d6d8..964e93d6d40bb8e57418063f66e0c5f4328ad1ac 100644 (file)
@@ -115,18 +115,18 @@ x86_64-debian-sid-container:
     NAME: debian-sid
 
 
-x86_64-fedora-33-container:
+x86_64-fedora-34-container:
   extends: .container_job
   allow_failure: false
   variables:
-    NAME: fedora-33
+    NAME: fedora-34
 
 
-x86_64-fedora-34-container:
+x86_64-fedora-35-container:
   extends: .container_job
   allow_failure: false
   variables:
-    NAME: fedora-34
+    NAME: fedora-35
 
 
 x86_64-fedora-rawhide-container:
@@ -425,22 +425,22 @@ x86_64-debian-sid:
     NAME: debian-sid
 
 
-x86_64-fedora-33:
+x86_64-fedora-34:
   extends: .native_build_job
   needs:
-    - x86_64-fedora-33-container
+    - x86_64-fedora-34-container
   allow_failure: false
   variables:
-    NAME: fedora-33
+    NAME: fedora-34
 
 
-x86_64-fedora-34:
+x86_64-fedora-35:
   extends: .native_build_job
   needs:
-    - x86_64-fedora-34-container
+    - x86_64-fedora-35-container
   allow_failure: false
   variables:
-    NAME: fedora-34
+    NAME: fedora-35
 
 
 x86_64-fedora-rawhide:
index 49d5fe7064204b0b10d37c1447a1fda7b88f51dc..460fdb4d34a9193b217bca9711e5e34289f06660 100644 (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