GitLab CI: Add GCP tests

This commit is contained in:
Alexander Todorov 2021-05-25 12:42:46 +03:00 committed by Ondřej Budai
parent 661d59e534
commit 3717ddfbbd
2 changed files with 5 additions and 0 deletions

View file

@ -45,6 +45,10 @@ case $CLOUD_PROVIDER in
;;
"$CLOUD_PROVIDER_GCP")
echo "Testing Google Cloud Platform"
if [[ $ID == fedora ]]; then
echo "Skipped, Fedora isn't supported by GCP"
exit 0
fi
;;
"$CLOUD_PROVIDER_AZURE")
echo "Testing Azure"