CI: use only medium runners on Openstack
The execution time seems to be 10% longer at worst and this will allow us to safely increase the number of concurent Openstack jobs by 75 % (from 40 to 70)
This commit is contained in:
parent
2d13050ba8
commit
53458ed400
1 changed files with 21 additions and 21 deletions
|
|
@ -321,7 +321,7 @@ OSTree:
|
|||
- rhos-01/rhel-8.4-ga-x86_64
|
||||
- rhos-01/rhel-8.6-ga-x86_64
|
||||
- rhos-01/rhel-9.0-ga-x86_64
|
||||
- rhos-01/rhel-8.7-nightly-x86_64-large
|
||||
- rhos-01/rhel-8.7-nightly-x86_64
|
||||
- rhos-01/rhel-9.1-nightly-x86_64
|
||||
- rhos-01/centos-stream-8-x86_64
|
||||
- rhos-01/centos-stream-9-x86_64
|
||||
|
|
@ -335,12 +335,12 @@ New OSTree:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- rhos-01/fedora-35-x86_64-large
|
||||
# - rhos-01/fedora-36-x86_64-large
|
||||
- rhos-01/rhel-8.7-nightly-x86_64-large
|
||||
- rhos-01/rhel-9.1-nightly-x86_64-large
|
||||
- rhos-01/centos-stream-8-x86_64-large
|
||||
- rhos-01/centos-stream-9-x86_64-large
|
||||
- rhos-01/fedora-35-x86_64
|
||||
# - rhos-01/fedora-36-x86_64
|
||||
- rhos-01/rhel-8.7-nightly-x86_64
|
||||
- rhos-01/rhel-9.1-nightly-x86_64
|
||||
- rhos-01/centos-stream-8-x86_64
|
||||
- rhos-01/centos-stream-9-x86_64
|
||||
|
||||
OSTree simplified installer:
|
||||
stage: test
|
||||
|
|
@ -351,10 +351,10 @@ OSTree simplified installer:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- rhos-01/rhel-8.7-nightly-x86_64-large
|
||||
- rhos-01/centos-stream-8-x86_64-large
|
||||
- rhos-01/rhel-9.1-nightly-x86_64-large
|
||||
- rhos-01/centos-stream-9-x86_64-large
|
||||
- rhos-01/rhel-8.7-nightly-x86_64
|
||||
- rhos-01/centos-stream-8-x86_64
|
||||
- rhos-01/rhel-9.1-nightly-x86_64
|
||||
- rhos-01/centos-stream-9-x86_64
|
||||
|
||||
OSTree raw image:
|
||||
stage: test
|
||||
|
|
@ -371,10 +371,10 @@ OSTree raw image:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- rhos-01/rhel-8.7-nightly-x86_64-large
|
||||
- rhos-01/centos-stream-8-x86_64-large
|
||||
- rhos-01/rhel-9.1-nightly-x86_64-large
|
||||
- rhos-01/centos-stream-9-x86_64-large
|
||||
- rhos-01/rhel-8.7-nightly-x86_64
|
||||
- rhos-01/centos-stream-8-x86_64
|
||||
- rhos-01/rhel-9.1-nightly-x86_64
|
||||
- rhos-01/centos-stream-9-x86_64
|
||||
|
||||
Rebase OSTree:
|
||||
stage: test
|
||||
|
|
@ -385,10 +385,10 @@ Rebase OSTree:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- rhos-01/rhel-8.7-nightly-x86_64-large
|
||||
- rhos-01/rhel-9.1-nightly-x86_64-large
|
||||
- rhos-01/centos-stream-8-x86_64-large
|
||||
- rhos-01/centos-stream-9-x86_64-large
|
||||
- rhos-01/rhel-8.7-nightly-x86_64
|
||||
- rhos-01/rhel-9.1-nightly-x86_64
|
||||
- rhos-01/centos-stream-8-x86_64
|
||||
- rhos-01/centos-stream-9-x86_64
|
||||
|
||||
.integration_base:
|
||||
stage: test
|
||||
|
|
@ -616,8 +616,8 @@ OpenSCAP:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- rhos-01/rhel-8.7-nightly-x86_64-large
|
||||
- rhos-01/rhel-9.1-nightly-x86_64-large
|
||||
- rhos-01/rhel-8.7-nightly-x86_64
|
||||
- rhos-01/rhel-9.1-nightly-x86_64
|
||||
|
||||
Upgrade:
|
||||
stage: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue