diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-07-27 17:37:46 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-07-28 08:43:54 +0200 |
commit | a8381dee2c45e51a5a1f295a77cdfaafea80ec69 (patch) | |
tree | 917970c33dea8f2b05bd782bb8aad4f168b72986 /tools | |
parent | f0cf6e2b6c394150d250eaf698989e6692da45b2 (diff) |
add back --bq_result_table aggregate_results
Diffstat (limited to 'tools')
-rw-r--r-- | tools/internal_ci/windows/grpc_basictests.cfg | 2 |
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 a116738651..396d29ef09 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" + value: "-f basictests windows -j 1 --inner_jobs 8 --internal_ci --bq_result_table aggregate_results" } |