aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-11-29 16:25:17 -0800
committerGravatar Adele Zhou <adelez@google.com>2017-11-30 17:45:02 -0800
commit5b7cdefb681977357573d9eac866520610d19fa5 (patch)
tree45411f6060a9c97be5db23f53ef8639b30d7b4a1 /tools/internal_ci/linux
parente5df91f477a27ce71a39bca928677b2f08649615 (diff)
Rename port_hermetic to port_isolated_runtime_environment
Diffstat (limited to 'tools/internal_ci/linux')
-rw-r--r--tools/internal_ci/linux/grpc_bazel_on_foundry.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_bazel_on_foundry.sh b/tools/internal_ci/linux/grpc_bazel_on_foundry.sh
index dc6df47ac8..e328be8aab 100644
--- a/tools/internal_ci/linux/grpc_bazel_on_foundry.sh
+++ b/tools/internal_ci/linux/grpc_bazel_on_foundry.sh
@@ -15,6 +15,9 @@
set -ex
+# A temporary solution to give Kokoro credentials.
+# The file name 4321_grpc-testing-service needs to match auth_credential in
+# the build config.
mkdir -p ${KOKORO_KEYSTORE_DIR}
cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-service
@@ -48,5 +51,5 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--experimental_strict_action_env=true \
--experimental_remote_platform_override='properties:{name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:aa20628a902f06a11a015caa94b0432eb60690de2d2525bd046b9eea046f5d8a" }' \
--crosstool_top=@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.7.0:toolchain \
- --define GRPC_HERMETIC_TESTS=1 \
+ --define GRPC_PORT_ISOLATED_RUNTIME=1 \
-- //test/...