|
|
@ -32,4 +32,11 @@ export GRPC_DEFAULT_SSL_ROOTS_FILE_PATH="$(pwd)/etc/roots.pem" |
|
|
|
tools/run_tests/run_interop_tests.py -l c++ \ |
|
|
|
tools/run_tests/run_interop_tests.py -l c++ \ |
|
|
|
--cloud_to_prod --cloud_to_prod_auth --prod_servers default gateway_v4 \ |
|
|
|
--cloud_to_prod --cloud_to_prod_auth --prod_servers default gateway_v4 \ |
|
|
|
--service_account_key_file="${KOKORO_GFILE_DIR}/GrpcTesting-726eb1347f15.json" \ |
|
|
|
--service_account_key_file="${KOKORO_GFILE_DIR}/GrpcTesting-726eb1347f15.json" \ |
|
|
|
--skip_compute_engine_creds --internal_ci -t -j 4 |
|
|
|
--skip_compute_engine_creds --internal_ci -t -j 4 || FAILED="true" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/internal_ci/helper_scripts/delete_nonartifacts.sh || true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$FAILED" != "" ] |
|
|
|
|
|
|
|
then |
|
|
|
|
|
|
|
exit 1 |
|
|
|
|
|
|
|
fi |
|
|
|