Skip to content

Commit

Permalink
ci: switch from rhel 8.4 to 8.5
Browse files Browse the repository at this point in the history
Composer stopped building RPMs for 8.4, so we cannot pin commits
for new versions anymore. Switch to 8.5.
Update terraform commit accordingly.
  • Loading branch information
gicmo committed Jan 31, 2022
1 parent b80fd4d commit cc59c66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RPM:
- RUNNER:
- aws/fedora-34-x86_64
- aws/fedora-34-aarch64
- aws/rhel-8.4-ga-x86_64
- aws/rhel-8.4-ga-aarch64
- aws/rhel-8.5-ga-x86_64
- aws/rhel-8.5-ga-aarch64

Testing:
stage: test
Expand All @@ -48,7 +48,7 @@ Testing:
- aws/fedora-34-x86_64
# - aws/fedora-34-aarch64
- RUNNER:
- aws/rhel-8.4-ga-x86_64
- aws/rhel-8.5-ga-x86_64
# - aws/rhel-8.4-ga-aarch64
INTERNAL_NETWORK: ["true"]

Expand Down
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40c40e64dc5df8d2e4d12b587833d5ff725940d2
fdfd0f7f4cf26907e15d35757f8f61f318db626c

0 comments on commit cc59c66

Please sign in to comment.