.gitlab-ci.yml: use non-EOL runners
This commit is contained in:
parent
313b8ecdf6
commit
ffa8ff64bf
1 changed files with 6 additions and 9 deletions
|
|
@ -26,12 +26,10 @@ RPM:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/fedora-36-x86_64
|
- aws/fedora-40-aarch64
|
||||||
- aws/fedora-36-aarch64
|
- aws/fedora-40-x86_64
|
||||||
- aws/fedora-37-x86_64
|
- aws/rhel-8.10-ga-x86_64
|
||||||
- aws/fedora-37-aarch64
|
- aws/rhel-8.10-ga-aarch64
|
||||||
- aws/rhel-8.6-ga-x86_64
|
|
||||||
- aws/rhel-8.6-ga-aarch64
|
|
||||||
|
|
||||||
Testing:
|
Testing:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
@ -46,10 +44,9 @@ Testing:
|
||||||
matrix:
|
matrix:
|
||||||
# https://quay.io/repository/osbuild/postgres available only for x86_64
|
# https://quay.io/repository/osbuild/postgres available only for x86_64
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/fedora-36-x86_64
|
- aws/fedora-40-x86_64
|
||||||
- aws/fedora-37-x86_64
|
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-8.6-ga-x86_64
|
- aws/rhel-8.10-ga-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue