Skip testing in GCP - unsupported for now

This commit is contained in:
Alexander Todorov 2024-07-24 11:09:35 +03:00 committed by Alexander Todorov
parent f1ac9cc7a0
commit 0a30d79d9b
2 changed files with 5 additions and 1 deletions

View file

@ -484,7 +484,7 @@ azure.sh_hyperv_gen2:
# The required GCE image type is not supported on Fedora
gcp.sh:
extends: .integration_rhel
rules:
rules:
- !reference [.upstream_rules_x86_64, rules]
- !reference [.nightly_rules_x86_64, rules]
- !reference [.ga_rules_x86_64, rules]

View file

@ -12,6 +12,10 @@ source /usr/libexec/tests/osbuild-composer/shared_lib.sh
set -euo pipefail
if [[ ($ID == rhel || $ID == centos) && ${VERSION_ID%.*} == 10 ]]; then
echo "Temporary disabled b/c GCP isn't suported on el10"
exit 0
fi
# Container image used for cloud provider CLI tools
CONTAINER_IMAGE_CLOUD_TOOLS="quay.io/osbuild/cloud-tools:latest"