tests: Execute vmware testing only on x86_64

This commit is contained in:
Alexander Todorov 2022-08-31 17:33:08 +03:00 committed by Alexander Todorov
parent 3b16145ec9
commit 769ffc617d

View file

@ -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