ci: run only koji.sh for rhel_90 distro
Previously, all sorts of tests that provided no value were run for RHEL 9.0. This commit limits its testing to the only test that makes sense: koji.sh. See #1461 for more details. Fixes #1461 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
928131003c
commit
05ffdc70aa
1 changed files with 13 additions and 10 deletions
|
|
@ -205,11 +205,6 @@ Integration:
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/rhel-8.5-x86_64
|
- aws/rhel-8.5-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
- <<: *INTEGRATION_TESTS
|
|
||||||
RUNNER:
|
|
||||||
- aws/rhel-8-x86_64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
|
||||||
DISTRO_CODE: ["rhel_90"]
|
|
||||||
- SCRIPT:
|
- SCRIPT:
|
||||||
- libvirt.sh
|
- libvirt.sh
|
||||||
RUNNER:
|
RUNNER:
|
||||||
|
|
@ -251,11 +246,19 @@ API:
|
||||||
- aws/rhel-8-x86_64
|
- aws/rhel-8-x86_64
|
||||||
- aws/rhel-8.5-x86_64
|
- aws/rhel-8.5-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
- <<: *API_TESTS
|
|
||||||
RUNNER:
|
RHEL 9 on 8:
|
||||||
- aws/rhel-8-x86_64
|
stage: test
|
||||||
INTERNAL_NETWORK: ["true"]
|
extends: .terraform
|
||||||
DISTRO_CODE: ["rhel_90"]
|
rules:
|
||||||
|
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||||
|
script:
|
||||||
|
- schutzbot/deploy.sh
|
||||||
|
- /usr/libexec/tests/osbuild-composer/koji.sh
|
||||||
|
variables:
|
||||||
|
RUNNER: aws/rhel-8-x86_64
|
||||||
|
INTERNAL_NETWORK: "true"
|
||||||
|
DISTRO_CODE: rhel-90
|
||||||
|
|
||||||
NIGHTLY_FAIL:
|
NIGHTLY_FAIL:
|
||||||
stage: finish
|
stage: finish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue