aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-10-06 11:54:39 -0700
committerGravatar Adele Zhou <adelez@google.com>2017-10-06 11:54:39 -0700
commit8aec8613c5f19ab5a2eb6589f6a5ed21b9f02bfa (patch)
tree8b9d5cc1b891e38f6ad66454e0d9792f643244ed /tools/internal_ci
parent1b11c745417dc54ccc31bba4cdfb2adb02c09ab9 (diff)
Set allow_flakes to true for cloud_to_prod tests
Diffstat (limited to 'tools/internal_ci')
-rwxr-xr-xtools/internal_ci/linux/grpc_interop_toprod.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_interop_toprod.sh b/tools/internal_ci/linux/grpc_interop_toprod.sh
index 3d06185406..97a7d5d239 100755
--- a/tools/internal_ci/linux/grpc_interop_toprod.sh
+++ b/tools/internal_ci/linux/grpc_interop_toprod.sh
@@ -28,5 +28,5 @@ tools/run_tests/run_interop_tests.py \
--cloud_to_prod \
--cloud_to_prod_auth \
--prod_servers default gateway_v4 \
- --use_docker --internal_ci -t -j 12 $@
+ --use_docker --internal_ci --allow_flakes -t -j 12 $@