Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ci/cloudbuild/builds/universe-domain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ export CC=clang
export CXX=clang++

if [[ -n "${UD_SA_KEY_FILE}" ]]; then
ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
# TODO(#15021): Re-enable kms tests when kms is available from cloudbuild
# ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
# "${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test
ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
# ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
else
source module ci/etc/integration-tests-config.sh
bazel run -- //google/cloud/universe_domain/demo:kms_demo \
Expand Down
Loading