File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ export CC=clang
26
26
export CXX=clang++
27
27
28
28
if [[ -n " ${UD_SA_KEY_FILE} " ]]; then
29
- # TODO(#15021): Re-enable kms tests when kms is available from cloudbuild
30
- # ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
31
- # "${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} "
32
31
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test
33
- # ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
32
+ ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
34
33
else
35
34
source module ci/etc/integration-tests-config.sh
36
35
bazel run -- //google/cloud/universe_domain/demo:kms_demo \
You can’t perform that action at this time.
0 commit comments