Skip aws.sh test on 8.4-ga-x86_64
because it times out waiting for ssh nomatter what Docs on do-not-match regex syntax: https://docs.gitlab.com/ee/ci/jobs/job_control.html#compare-a-variable-to-a-regex-pattern
This commit is contained in:
parent
3732028d59
commit
6fdbde4857
1 changed files with 5 additions and 0 deletions
|
|
@ -424,6 +424,11 @@ koji.sh (cloudapi):
|
|||
|
||||
aws.sh:
|
||||
extends: .integration
|
||||
rules:
|
||||
# Skip rhel-8.4-ga-x86_64
|
||||
- if: '$CI_PIPELINE_SOURCE != "schedule" && $RUNNER !~ /[\S]+rhel-8.4-[\S]+/'
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.4-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-8.10-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "8"'
|
||||
variables:
|
||||
SCRIPT: aws.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue