Skip to content

Commit

Permalink
.gitlab-ci: remove fedora-38
Browse files Browse the repository at this point in the history
Move to fedora 39 or 40 where appropriate.
  • Loading branch information
croissanne committed Jun 25, 2024
1 parent e82cf95 commit 60830e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ RPM:
parallel:
matrix:
- RUNNER:
- aws/fedora-38-x86_64
- aws/fedora-38-aarch64
- aws/fedora-39-x86_64
- aws/fedora-39-aarch64
- aws/fedora-40-x86_64
- aws/fedora-40-aarch64
- aws/rhel-8.4-ga-x86_64
- aws/rhel-8.4-ga-aarch64
- aws/rhel-8.9-ga-x86_64
Expand Down Expand Up @@ -175,8 +175,6 @@ Base:
parallel:
matrix:
- RUNNER:
- aws/fedora-38-x86_64
- aws/fedora-38-aarch64
- aws/fedora-39-x86_64
- aws/fedora-39-aarch64
- aws/rhel-8.4-ga-x86_64
Expand Down Expand Up @@ -204,8 +202,6 @@ Base:
parallel:
matrix:
- RUNNER:
- aws/fedora-38-x86_64
- aws/fedora-38-aarch64
- aws/fedora-39-x86_64
- aws/fedora-39-aarch64
- RUNNER:
Expand Down Expand Up @@ -340,7 +336,6 @@ Trigger-rhel-edge-ci:

.fedora_runners: &fedora_runners
RUNNER:
- aws/fedora-38-x86_64
- aws/fedora-39-x86_64

.integration_fedora:
Expand Down Expand Up @@ -479,9 +474,7 @@ filesystem.sh:
parallel:
matrix:
- RUNNER:
# don't execute on fedora-39 yet until https://lkml.kernel.org/linux-xfs/[email protected]/#t is in the kernel
# see also https://github.com/osbuild/osbuild-composer/pull/3820#issuecomment-1881587335 for more details
- aws/fedora-38-x86_64
- aws/fedora-40-x86_64
- *rhel_runners

variables:
Expand Down Expand Up @@ -523,7 +516,6 @@ API:
INTERNAL_NETWORK: ["true"]
- IMAGE_TYPE: ["iot-commit"]
RUNNER:
- aws/fedora-38-x86_64
- aws/fedora-39-x86_64
- IMAGE_TYPE: ["iot-bootable-container"]
RUNNER:
Expand Down Expand Up @@ -573,8 +565,7 @@ API-module-hotfixes:
parallel:
matrix:
- RUNNER:
- rhos-01/fedora-38-x86_64
# - rhos-01/fedora-39-x86_64
- rhos-01/fedora-40-x86_64
- RUNNER:
- gcp/rhel-8.9-ga-x86_64
- gcp/rhel-9.3-ga-x86_64
Expand Down Expand Up @@ -728,7 +719,6 @@ ContainerUpload:
parallel:
matrix:
- RUNNER:
- aws/fedora-38-x86_64
- aws/fedora-39-x86_64

ContainerEmbedding:
Expand Down
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
86cb482645e99849de51a067b4af02fa9aca54a8
445f5effb0cd29f2b0610bcec88acc22475f6326

0 comments on commit 60830e8

Please sign in to comment.