Skip to content

Commit

Permalink
CI: Update workers fleet
Browse files Browse the repository at this point in the history
By default CI is running on RHEL 8, F36 and F37 workers.
This commit adds Fedora 38 to the workers list
and removes deprecated Fedora 36
  • Loading branch information
elkoniu committed Nov 15, 2023
1 parent 3b1e3ca commit f900ff9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RPM:
parallel:
matrix:
- RUNNER:
- aws/fedora-36-x86_64
- aws/fedora-36-aarch64
- aws/fedora-37-x86_64
- aws/fedora-37-aarch64
- aws/fedora-38-x86_64
- aws/fedora-38-aarch64
- aws/rhel-8.6-ga-x86_64
- aws/rhel-8.6-ga-aarch64

Expand All @@ -46,8 +46,8 @@ Testing:
matrix:
# https://quay.io/repository/osbuild/postgres available only for x86_64
- RUNNER:
- aws/fedora-36-x86_64
- aws/fedora-37-x86_64
- aws/fedora-38-x86_64
- RUNNER:
- aws/rhel-8.6-ga-x86_64
INTERNAL_NETWORK: ["true"]
Expand Down
4 changes: 2 additions & 2 deletions schutzbot/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function retry {

# Variables for where to find osbuild-composer RPMs to test against
DNF_REPO_BASEURL=http://osbuild-composer-repos.s3-website.us-east-2.amazonaws.com
OSBUILD_COMMIT=18c69d2620c785227cdc502677c55d896529d5ee # release 74
OSBUILD_COMPOSER_COMMIT=13fdf04839ff25f4cd61c80a0d046824df0519c5 # release 71
OSBUILD_COMMIT=0edbe0cf966b13f9c16c43c1d37c200d63b79a88 # release 99
OSBUILD_COMPOSER_COMMIT=d71574976ee2d954f8e04bd3bae9164e46a08a7b # release 93

# Get OS details.
source /etc/os-release
Expand Down
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
04c82e2156dfee54181e10eac317957a8426f091
5382b3bd9127dbb75994896fc5959a640054ba83

0 comments on commit f900ff9

Please sign in to comment.