Skip to content

Commit

Permalink
ci: re-enable universe-domain-demo tests (#14843)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiy0006 authored Nov 13, 2024
1 parent 912533c commit ca38d98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/cloudbuild/builds/universe-domain-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ export CC=clang
export CXX=clang++

if [[ -n "${UD_SA_KEY_FILE}" ]]; then
# Testing environment has changed such that authentication is failing. Ignore
# failures for now.
ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}" || true
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test || true
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test
else
source module ci/etc/integration-tests-config.sh
bazel run -- //google/cloud/universe_domain/demo:kms_demo \
Expand Down

0 comments on commit ca38d98

Please sign in to comment.