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 6, 2023
1 parent 3b1e3ca commit bc86d44
Showing 1 changed file with 3 additions and 3 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

0 comments on commit bc86d44

Please sign in to comment.