Skip testing in GCP - unsupported for now
This commit is contained in:
parent
f1ac9cc7a0
commit
0a30d79d9b
2 changed files with 5 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue