Skip to content

Commit

Permalink
ci: add Fedora 37
Browse files Browse the repository at this point in the history
This commit needs to do two things:
- update the terraform definition
- add fedora-37 to the gitlab-ci file

I also removed the commented out aarch64 runners to clean the file a bit.
  • Loading branch information
ondrejbudai committed Nov 25, 2022
1 parent cc3e621 commit 98504fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RPM:
- RUNNER:
- aws/fedora-36-x86_64
- aws/fedora-36-aarch64
- aws/fedora-37-x86_64
- aws/fedora-37-aarch64
- aws/rhel-8.6-ga-x86_64
- aws/rhel-8.6-ga-aarch64

Expand All @@ -42,14 +44,12 @@ Testing:
- schutzbot/update_github_status.sh update
parallel:
matrix:
# https://quay.io/repository/osbuild/postgres available only for x86_64
- RUNNER:
# https://quay.io/repository/osbuild/postgres available only for x86_64
# - aws/fedora-33-aarch64
- aws/fedora-36-x86_64
# - aws/fedora-34-aarch64
- aws/fedora-37-x86_64
- RUNNER:
- aws/rhel-8.6-ga-x86_64
# - aws/rhel-8.4-ga-aarch64
INTERNAL_NETWORK: ["true"]

finish:
Expand Down
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2227384b389f78fcd024a721cbf18371b8ec4a03
04c82e2156dfee54181e10eac317957a8426f091

0 comments on commit 98504fb

Please sign in to comment.