We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912533c commit ca38d98Copy full SHA for ca38d98
ci/cloudbuild/builds/universe-domain-demo.sh
@@ -26,11 +26,9 @@ export CC=clang
26
export CXX=clang++
27
28
if [[ -n "${UD_SA_KEY_FILE}" ]]; then
29
- # Testing environment has changed such that authentication is failing. Ignore
30
- # failures for now.
31
ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
32
- "${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}" || true
33
- 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
34
else
35
source module ci/etc/integration-tests-config.sh
36
bazel run -- //google/cloud/universe_domain/demo:kms_demo \
0 commit comments