CI: update test execution on nightly pipelines

We don't support regression-bigiso and koji tests in nightly pipelines
so don't run them.
This commit is contained in:
Jakub Rusz 2022-08-29 11:55:39 +02:00 committed by Ondřej Budai
parent 17300c8931
commit 38e0894fd8

View file

@ -240,7 +240,6 @@ regression-bigiso:
rules:
# WHITELIST: Run only on x86_64 and rhel like systems
- if: $RUNNER =~ "/^.*(rhel-8.6.*x86_64|rhel-9.0.*x86_64|centos-stream-8.*x86_64|centos-stream-9.*x86_64).*$/" && $CI_PIPELINE_SOURCE != "schedule"
- !reference [.nightly_rules, rules]
variables:
SCRIPT: regression-bigiso.sh
@ -505,6 +504,9 @@ koji.sh (cloud upload):
koji.sh (cloudapi):
extends: .integration
# Not supported in nightly pipelines
rules:
- !reference [.upstream_rules, rules]
variables:
SCRIPT: koji.sh