tests/CI: additional scheduling and loggin updates

Do not schedule gcp.sh on rhel-10 and centos-stream-10. Also improve
loggin for aws.sh and azure.sh as the cloud-image-val testing is
currently not preformed there.
This commit is contained in:
Jakub Rusz 2024-08-01 14:00:48 +02:00 committed by Alexander Todorov
parent 9a223500aa
commit 306772aafa
5 changed files with 10 additions and 2 deletions

View file

@ -485,7 +485,9 @@ azure.sh_hyperv_gen2:
gcp.sh:
extends: .integration_rhel
rules:
- !reference [.upstream_rules_x86_64, rules]
# Temporarily disabled for RHEL-10 and Centos-10
- if: '$CI_PIPELINE_SOURCE != "schedule" && $RUNNER =~ "/^.*(x86_64).*$/" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/ && $RUNNER !~ "/^.*(rhel-10.0-nightly|centos-stream-10).*$/"'
# - !reference [.upstream_rules_x86_64, rules]
- !reference [.nightly_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules]
variables: