tests: Execute vmware testing only on x86_64
This commit is contained in:
parent
3b16145ec9
commit
769ffc617d
1 changed files with 2 additions and 2 deletions
|
|
@ -536,9 +536,9 @@ gcp.sh:
|
|||
|
||||
vmware.sh:
|
||||
extends: .integration
|
||||
rules:
|
||||
rules:
|
||||
# WHITELIST
|
||||
- if: $RUNNER =~ "/^.*(rhel).*$/" && $CI_PIPELINE_SOURCE != "schedule"
|
||||
- if: $RUNNER =~ "/^.*(rhel).*$/" && $RUNNER =~ "/^.*(x86_64).*$/" && $CI_PIPELINE_SOURCE != "schedule"
|
||||
- !reference [.nightly_rules, rules]
|
||||
variables:
|
||||
SCRIPT: vmware.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue