From b284ea9338c8ad98cf84c46ee492cf6eafd78f4f Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 9 Apr 2018 13:57:04 +0200 Subject: add --cloud_to_prod auth interop tests to macos --- tools/internal_ci/macos/grpc_interop_toprod.cfg | 1 + tools/internal_ci/macos/grpc_interop_toprod.sh | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/internal_ci') diff --git a/tools/internal_ci/macos/grpc_interop_toprod.cfg b/tools/internal_ci/macos/grpc_interop_toprod.cfg index d2ca15412f..c92c397daa 100644 --- a/tools/internal_ci/macos/grpc_interop_toprod.cfg +++ b/tools/internal_ci/macos/grpc_interop_toprod.cfg @@ -17,6 +17,7 @@ # Location of the continuous shell script in repository. build_file: "grpc/tools/internal_ci/macos/grpc_interop_toprod.sh" gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json" +gfile_resources: "/bigstore/grpc-testing-secrets/interop/service_account/GrpcTesting-726eb1347f15.json" timeout_mins: 240 action { define_artifacts { diff --git a/tools/internal_ci/macos/grpc_interop_toprod.sh b/tools/internal_ci/macos/grpc_interop_toprod.sh index 67897852ca..819a4721fd 100755 --- a/tools/internal_ci/macos/grpc_interop_toprod.sh +++ b/tools/internal_ci/macos/grpc_interop_toprod.sh @@ -29,5 +29,7 @@ export GRPC_DEFAULT_SSL_ROOTS_FILE_PATH="$(pwd)/etc/roots.pem" # NOTE: only tests a subset of languages for time & dependency constraints # building all languages in the same working copy can also lead to conflicts # due to different compilation flags -# TODO(jtattermusch): add --cloud_to_prod_auth support -tools/run_tests/run_interop_tests.py -l c++ --cloud_to_prod --prod_servers default gateway_v4 -t -j 4 +tools/run_tests/run_interop_tests.py -l c++ \ + --cloud_to_prod --cloud_to_prod_auth --prod_servers default gateway_v4 \ + --service_account_key_file="${KOKORO_GFILE_DIR}/GrpcTesting-726eb1347f15.json" \ + --skip_compute_engine_creds --internal_ci -t -j 4 -- cgit v1.2.3