]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Fedora 33
authorMichal Nowak <mnowak@isc.org>
Mon, 19 Oct 2020 07:43:25 +0000 (09:43 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 29 Oct 2020 14:56:35 +0000 (15:56 +0100)
(cherry picked from commit 91e28d1fb4907329370862055d57ad58d3b69c39)

.gitlab-ci.yml

index 6a5ed3da75a849d5259a56d2db96bfb3d889b942..d872846a917acd78dbea7e3c1c09dac4d4cced09 100644 (file)
@@ -129,12 +129,12 @@ stages:
 
 # Fedora
 
-.fedora-32-amd64: &fedora_32_amd64_image
-  image: "$CI_REGISTRY_IMAGE:fedora-32-amd64"
+.fedora-33-amd64: &fedora_33_amd64_image
+  image: "$CI_REGISTRY_IMAGE:fedora-33-amd64"
   <<: *linux_amd64
 
-.fedora-32-arm64: &fedora_32_arm64_image
-  image: "$CI_REGISTRY_IMAGE:fedora-32-arm64"
+.fedora-33-arm64: &fedora_33_arm64_image
+  image: "$CI_REGISTRY_IMAGE:fedora-33-arm64"
   <<: *linux_stress_arm64
 
 # Ubuntu
@@ -856,28 +856,28 @@ unit:gcc:tumbleweed:amd64:
     - job: gcc:tumbleweed:amd64
       artifacts: true
 
-# Jobs for regular GCC builds on Fedora 32 (amd64)
+# Jobs for regular GCC builds on Fedora 33 (amd64)
 
-gcc:fedora32:amd64:
+gcc:fedora33:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O1"
     EXTRA_CONFIGURE: "--with-libidn2"
-  <<: *fedora_32_amd64_image
+  <<: *fedora_33_amd64_image
   <<: *build_job
 
-system:gcc:fedora32:amd64:
-  <<: *fedora_32_amd64_image
+system:gcc:fedora33:amd64:
+  <<: *fedora_33_amd64_image
   <<: *system_test_job
   needs:
-    - job: gcc:fedora32:amd64
+    - job: gcc:fedora33:amd64
       artifacts: true
 
-unit:gcc:fedora32:amd64:
-  <<: *fedora_32_amd64_image
+unit:gcc:fedora33:amd64:
+  <<: *fedora_33_amd64_image
   <<: *unit_test_job
   needs:
-    - job: gcc:fedora32:amd64
+    - job: gcc:fedora33:amd64
       artifacts: true
 
 # Jobs for regular GCC builds on Ubuntu 16.04 Xenial Xerus (amd64)
@@ -1425,8 +1425,8 @@ respdiff:
     when: always
   timeout: 2h
 
-stress:authoritative:fedora:32:amd64:
-  <<: *fedora_32_amd64_image
+stress:authoritative:fedora:33:amd64:
+  <<: *fedora_33_amd64_image
   <<: *linux_stress_amd64
   <<: *stress_job
   variables:
@@ -1436,8 +1436,8 @@ stress:authoritative:fedora:32:amd64:
     RATE: 10000
     RUN_TIME: 1
 
-stress:recursive:fedora:32:amd64:
-  <<: *fedora_32_amd64_image
+stress:recursive:fedora:33:amd64:
+  <<: *fedora_33_amd64_image
   <<: *linux_stress_amd64
   <<: *stress_job
   variables:
@@ -1447,8 +1447,8 @@ stress:recursive:fedora:32:amd64:
     RATE: 10000
     RUN_TIME: 1
 
-stress:authoritative:fedora:32:arm64:
-  <<: *fedora_32_arm64_image
+stress:authoritative:fedora:33:arm64:
+  <<: *fedora_33_arm64_image
   <<: *linux_stress_arm64
   <<: *stress_job
   variables:
@@ -1458,8 +1458,8 @@ stress:authoritative:fedora:32:arm64:
     RATE: 10000
     RUN_TIME: 1
 
-stress:recursive:fedora:32:arm64:
-  <<: *fedora_32_arm64_image
+stress:recursive:fedora:33:arm64:
+  <<: *fedora_33_arm64_image
   <<: *linux_stress_arm64
   <<: *stress_job
   variables: