aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/windows
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-07-27 17:01:31 +0200
committerGravatar GitHub <noreply@github.com>2017-07-27 17:01:31 +0200
commitfa60ec70e39402df7d7b57132e99f4ade734067f (patch)
tree26ff1b94b86c1fcaada19b43bff78c4e3a07fc25 /tools/internal_ci/windows
parentdb8063b1330864f187e5a0bb4fda7620c085b9dd (diff)
Remove "--bq_result_table aggregate_results" from windows basictests.
Diffstat (limited to 'tools/internal_ci/windows')
-rw-r--r--tools/internal_ci/windows/grpc_basictests.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/windows/grpc_basictests.cfg b/tools/internal_ci/windows/grpc_basictests.cfg
index 396d29ef09..a116738651 100644
--- a/tools/internal_ci/windows/grpc_basictests.cfg
+++ b/tools/internal_ci/windows/grpc_basictests.cfg
@@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
- value: "-f basictests windows -j 1 --inner_jobs 8 --internal_ci --bq_result_table aggregate_results"
+ value: "-f basictests windows -j 1 --inner_jobs 8 --internal_ci"
}