From 50961208840118906ea01695a201c9d5eed5e6b7 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 22 Nov 2024 15:54:44 +0100 Subject: [PATCH] gitlab: bump gitlab CI runners to Fedora 41 --- .gitlab-ci.yml | 246 ++++++++++++++++++------------------- test/scripts/imgtestlib.py | 2 +- 2 files changed, 124 insertions(+), 124 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c776eebcc..2232f7605f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ check-build-coverage: stage: verify extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" PYTHONUNBUFFERED: 1 script: @@ -73,7 +73,7 @@ generate-build-config-centos-10-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -92,7 +92,7 @@ generate-build-config-centos-10-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -111,7 +111,7 @@ generate-build-config-centos-9-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -130,7 +130,7 @@ generate-build-config-centos-9-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -149,7 +149,7 @@ generate-build-config-fedora-39-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -168,7 +168,7 @@ generate-build-config-fedora-39-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -187,7 +187,7 @@ generate-build-config-fedora-40-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -206,7 +206,7 @@ generate-build-config-fedora-40-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -225,7 +225,7 @@ generate-build-config-fedora-41-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -244,7 +244,7 @@ generate-build-config-fedora-41-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -263,7 +263,7 @@ generate-build-config-rhel-10.0-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -282,7 +282,7 @@ generate-build-config-rhel-10.0-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -301,7 +301,7 @@ generate-build-config-rhel-7.9-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -320,7 +320,7 @@ generate-build-config-rhel-8.10-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -339,7 +339,7 @@ generate-build-config-rhel-8.10-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -358,7 +358,7 @@ generate-build-config-rhel-8.4-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -377,7 +377,7 @@ generate-build-config-rhel-8.4-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -396,7 +396,7 @@ generate-build-config-rhel-8.5-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -415,7 +415,7 @@ generate-build-config-rhel-8.5-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -434,7 +434,7 @@ generate-build-config-rhel-8.6-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -453,7 +453,7 @@ generate-build-config-rhel-8.6-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -472,7 +472,7 @@ generate-build-config-rhel-8.7-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -491,7 +491,7 @@ generate-build-config-rhel-8.7-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -510,7 +510,7 @@ generate-build-config-rhel-8.8-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -529,7 +529,7 @@ generate-build-config-rhel-8.8-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -548,7 +548,7 @@ generate-build-config-rhel-8.9-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -567,7 +567,7 @@ generate-build-config-rhel-8.9-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -586,7 +586,7 @@ generate-build-config-rhel-9.0-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -605,7 +605,7 @@ generate-build-config-rhel-9.0-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -624,7 +624,7 @@ generate-build-config-rhel-9.1-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -643,7 +643,7 @@ generate-build-config-rhel-9.1-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -662,7 +662,7 @@ generate-build-config-rhel-9.2-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -681,7 +681,7 @@ generate-build-config-rhel-9.2-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -700,7 +700,7 @@ generate-build-config-rhel-9.3-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -719,7 +719,7 @@ generate-build-config-rhel-9.3-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -738,7 +738,7 @@ generate-build-config-rhel-9.4-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -757,7 +757,7 @@ generate-build-config-rhel-9.4-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -776,7 +776,7 @@ generate-build-config-rhel-9.5-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -795,7 +795,7 @@ generate-build-config-rhel-9.5-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -814,7 +814,7 @@ generate-build-config-rhel-9.6-aarch64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -833,7 +833,7 @@ generate-build-config-rhel-9.6-x86_64: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1301,7 +1301,7 @@ generate-ostree-build-config-centos-10-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1323,7 +1323,7 @@ generate-ostree-build-config-centos-10-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1345,7 +1345,7 @@ generate-ostree-build-config-centos-9-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1367,7 +1367,7 @@ generate-ostree-build-config-centos-9-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1389,7 +1389,7 @@ generate-ostree-build-config-fedora-39-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1411,7 +1411,7 @@ generate-ostree-build-config-fedora-39-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1433,7 +1433,7 @@ generate-ostree-build-config-fedora-40-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1455,7 +1455,7 @@ generate-ostree-build-config-fedora-40-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1477,7 +1477,7 @@ generate-ostree-build-config-fedora-41-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1499,7 +1499,7 @@ generate-ostree-build-config-fedora-41-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1521,7 +1521,7 @@ generate-ostree-build-config-rhel-10.0-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1543,7 +1543,7 @@ generate-ostree-build-config-rhel-10.0-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1565,7 +1565,7 @@ generate-ostree-build-config-rhel-7.9-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1587,7 +1587,7 @@ generate-ostree-build-config-rhel-8.10-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1609,7 +1609,7 @@ generate-ostree-build-config-rhel-8.10-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1631,7 +1631,7 @@ generate-ostree-build-config-rhel-8.4-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1653,7 +1653,7 @@ generate-ostree-build-config-rhel-8.4-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1675,7 +1675,7 @@ generate-ostree-build-config-rhel-8.5-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1697,7 +1697,7 @@ generate-ostree-build-config-rhel-8.5-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1719,7 +1719,7 @@ generate-ostree-build-config-rhel-8.6-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1741,7 +1741,7 @@ generate-ostree-build-config-rhel-8.6-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1763,7 +1763,7 @@ generate-ostree-build-config-rhel-8.7-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1785,7 +1785,7 @@ generate-ostree-build-config-rhel-8.7-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1807,7 +1807,7 @@ generate-ostree-build-config-rhel-8.8-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1829,7 +1829,7 @@ generate-ostree-build-config-rhel-8.8-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1851,7 +1851,7 @@ generate-ostree-build-config-rhel-8.9-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1873,7 +1873,7 @@ generate-ostree-build-config-rhel-8.9-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1895,7 +1895,7 @@ generate-ostree-build-config-rhel-9.0-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1917,7 +1917,7 @@ generate-ostree-build-config-rhel-9.0-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1939,7 +1939,7 @@ generate-ostree-build-config-rhel-9.1-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1961,7 +1961,7 @@ generate-ostree-build-config-rhel-9.1-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -1983,7 +1983,7 @@ generate-ostree-build-config-rhel-9.2-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2005,7 +2005,7 @@ generate-ostree-build-config-rhel-9.2-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2027,7 +2027,7 @@ generate-ostree-build-config-rhel-9.3-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2049,7 +2049,7 @@ generate-ostree-build-config-rhel-9.3-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2071,7 +2071,7 @@ generate-ostree-build-config-rhel-9.4-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2093,7 +2093,7 @@ generate-ostree-build-config-rhel-9.4-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2115,7 +2115,7 @@ generate-ostree-build-config-rhel-9.5-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2137,7 +2137,7 @@ generate-ostree-build-config-rhel-9.5-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2159,7 +2159,7 @@ generate-ostree-build-config-rhel-9.6-aarch64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-aarch64 + RUNNER: aws/fedora-41-aarch64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2181,7 +2181,7 @@ generate-ostree-build-config-rhel-9.6-x86_64: stage: ostree-gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2652,7 +2652,7 @@ generate-manifests-centos-10-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2671,7 +2671,7 @@ generate-manifests-centos-10-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2690,7 +2690,7 @@ generate-manifests-centos-9-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2709,7 +2709,7 @@ generate-manifests-centos-9-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2728,7 +2728,7 @@ generate-manifests-fedora-39-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2747,7 +2747,7 @@ generate-manifests-fedora-39-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2766,7 +2766,7 @@ generate-manifests-fedora-40-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2785,7 +2785,7 @@ generate-manifests-fedora-40-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2804,7 +2804,7 @@ generate-manifests-fedora-41-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2823,7 +2823,7 @@ generate-manifests-fedora-41-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2842,7 +2842,7 @@ generate-manifests-rhel-10.0-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2861,7 +2861,7 @@ generate-manifests-rhel-10.0-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2880,7 +2880,7 @@ generate-manifests-rhel-8.10-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2899,7 +2899,7 @@ generate-manifests-rhel-8.10-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2918,7 +2918,7 @@ generate-manifests-rhel-8.4-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2937,7 +2937,7 @@ generate-manifests-rhel-8.4-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2956,7 +2956,7 @@ generate-manifests-rhel-8.5-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2975,7 +2975,7 @@ generate-manifests-rhel-8.5-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -2994,7 +2994,7 @@ generate-manifests-rhel-8.6-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3013,7 +3013,7 @@ generate-manifests-rhel-8.6-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3032,7 +3032,7 @@ generate-manifests-rhel-8.7-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3051,7 +3051,7 @@ generate-manifests-rhel-8.7-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3070,7 +3070,7 @@ generate-manifests-rhel-8.8-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3089,7 +3089,7 @@ generate-manifests-rhel-8.8-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3108,7 +3108,7 @@ generate-manifests-rhel-8.9-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3127,7 +3127,7 @@ generate-manifests-rhel-8.9-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3146,7 +3146,7 @@ generate-manifests-rhel-9.0-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3165,7 +3165,7 @@ generate-manifests-rhel-9.0-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3184,7 +3184,7 @@ generate-manifests-rhel-9.1-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3203,7 +3203,7 @@ generate-manifests-rhel-9.1-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3222,7 +3222,7 @@ generate-manifests-rhel-9.2-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3241,7 +3241,7 @@ generate-manifests-rhel-9.2-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3260,7 +3260,7 @@ generate-manifests-rhel-9.3-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3279,7 +3279,7 @@ generate-manifests-rhel-9.3-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3298,7 +3298,7 @@ generate-manifests-rhel-9.4-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3317,7 +3317,7 @@ generate-manifests-rhel-9.4-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3336,7 +3336,7 @@ generate-manifests-rhel-9.5-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3355,7 +3355,7 @@ generate-manifests-rhel-9.5-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3374,7 +3374,7 @@ generate-manifests-rhel-9.6-ppc64le: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo @@ -3393,7 +3393,7 @@ generate-manifests-rhel-9.6-s390x: stage: gen extends: .terraform variables: - RUNNER: aws/fedora-40-x86_64 + RUNNER: aws/fedora-41-x86_64 INTERNAL_NETWORK: "true" script: - sudo ./test/scripts/setup-osbuild-repo diff --git a/test/scripts/imgtestlib.py b/test/scripts/imgtestlib.py index 95eb0f1c1b..7d1e5de4ca 100644 --- a/test/scripts/imgtestlib.py +++ b/test/scripts/imgtestlib.py @@ -21,7 +21,7 @@ # CI runner for common tasks. # Currently this is used for all gitlab CI jobs. In the future, we might switch to running build jobs on the same host # distro as the target image, but this CI runner will still be used for generic tasks like check-build-coverage. -CI_RUNNER = "aws/fedora-40" +CI_RUNNER = "aws/fedora-41" # image types that can be boot tested CAN_BOOT_TEST = [