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

@ -243,6 +243,7 @@ if nvrGreaterOrEqual "osbuild-composer" "83"; then
# TODO: Remove this workaround, once CLOUDX-994 is resolved
if [[ ($ID == rhel || $ID == centos) && ${VERSION_ID%.*} == 10 ]]; then
RESULTS=1
yellowprint "WARNING: cloud-image-val currently skipped until CLOUDX-994 is resolved!"
else
sudo "${CONTAINER_RUNTIME}" run \
--net=host \