CI/Koji: test RHEL-8 builds on RHEL-9
We have been testing builds of RHEL-9 on RHEL-8 for the Koji use case. However, all of our workers are now running the latest GA RHEL-9 version. Therefore we should flip the test and test building of RHEL-8 on RHEL-9. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
fd33a37366
commit
dd7afa416c
1 changed files with 3 additions and 3 deletions
|
|
@ -707,7 +707,7 @@ aws_s3.sh:
|
||||||
variables:
|
variables:
|
||||||
SCRIPT: aws_s3.sh
|
SCRIPT: aws_s3.sh
|
||||||
|
|
||||||
RHEL 9 on 8:
|
RHEL 8 on 9 (Koji):
|
||||||
stage: test
|
stage: test
|
||||||
extends: .terraform
|
extends: .terraform
|
||||||
rules:
|
rules:
|
||||||
|
|
@ -717,9 +717,9 @@ RHEL 9 on 8:
|
||||||
- schutzbot/deploy.sh
|
- schutzbot/deploy.sh
|
||||||
- /usr/libexec/tests/osbuild-composer/koji.sh
|
- /usr/libexec/tests/osbuild-composer/koji.sh
|
||||||
variables:
|
variables:
|
||||||
RUNNER: aws/rhel-8.10-ga-x86_64
|
RUNNER: aws/rhel-9.4-ga-x86_64
|
||||||
INTERNAL_NETWORK: "true"
|
INTERNAL_NETWORK: "true"
|
||||||
DISTRO_CODE: rhel-91
|
DISTRO_CODE: rhel-8.10
|
||||||
|
|
||||||
Multi-tenancy:
|
Multi-tenancy:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue