Skip to content

Commit 4fffffc

Browse files
committed
re-enable ud tests, but change to non-required due to flakes
1 parent f500e20 commit 4fffffc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ci/cloudbuild/builds/universe-domain.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ export CC=clang
2626
export CXX=clang++
2727

2828
if [[ -n "${UD_SA_KEY_FILE}" ]]; then
29-
# ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
30-
# "${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
29+
ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
30+
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
3131
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test
3232
ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
3333
else
3434
source module ci/etc/integration-tests-config.sh
35-
# bazel run -- //google/cloud/universe_domain/demo:kms_demo \
36-
# "${GOOGLE_CLOUD_PROJECT}" "${GOOGLE_CLOUD_CPP_TEST_REGION}"
35+
bazel run -- //google/cloud/universe_domain/demo:kms_demo \
36+
"${GOOGLE_CLOUD_PROJECT}" "${GOOGLE_CLOUD_CPP_TEST_REGION}"
3737
fi

0 commit comments

Comments
 (0)