Skip to content

Commit

Permalink
test: use Fedora 39 to build images in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Nov 10, 2023
1 parent d62873a commit 25ca0c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4fbedd79d6668774ac9034df1cd280eafcf62c7
ca0e8e8c02ffff2caca19c6b368814a534b99016
4 changes: 2 additions & 2 deletions test/scripts/configure-generators
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate-build-config-{distro}-{arch}:
stage: gen
extends: .terraform
variables:
RUNNER: aws/fedora-38-{arch}
RUNNER: aws/fedora-39-{arch}
INTERNAL_NETWORK: "true"
script:
- sudo ./schutzbot/setup-osbuild-repo
Expand Down Expand Up @@ -60,7 +60,7 @@ generate-ostree-build-config-{distro}-{arch}:
stage: ostree-gen
extends: .terraform
variables:
RUNNER: aws/fedora-38-{arch}
RUNNER: aws/fedora-39-{arch}
INTERNAL_NETWORK: "true"
script:
- sudo ./schutzbot/setup-osbuild-repo
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/generate-build-config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build/{distro}/{arch}/{image_type}/{config_name}:
{container_push}
extends: .terraform
variables:
RUNNER: aws/fedora-38-{arch}
RUNNER: aws/fedora-39-{arch}
INTERNAL_NETWORK: "{internal}"
"""

Expand Down
2 changes: 1 addition & 1 deletion test/scripts/generate-ostree-build-config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build/{distro}/{arch}/{image_type}/{config_name}:
- ./test/scripts/upload-results "{distro}" "{image_type}" "{config}"
extends: .terraform
variables:
RUNNER: aws/fedora-38-{arch}
RUNNER: aws/fedora-39-{arch}
INTERNAL_NETWORK: "{internal}"
needs:
- pipeline: "$PARENT_PIPELINE_ID"
Expand Down

0 comments on commit 25ca0c0

Please sign in to comment.