diff options
author | Matt Kwong <matt-kwong@users.noreply.github.com> | 2017-09-13 10:37:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-13 10:37:04 -0700 |
commit | 87232b042c7f2727ebe38e1f99e7c9ba1d736d9e (patch) | |
tree | ae50c3a40f7335209df9fa231bfdea63be23f72c /tools | |
parent | 2346480d721e1f9bb93226d8e5b172e7ffb093c2 (diff) | |
parent | 5160155005c7d0f1ee9b855dfbe6aa45d8602bf1 (diff) |
Merge pull request #12508 from matt-kwong/kokoro_mac_bq
Enable Kokoro MacOS result uploading
Diffstat (limited to 'tools')
-rw-r--r-- | tools/internal_ci/macos/grpc_basictests_dbg.cfg | 2 | ||||
-rw-r--r-- | tools/internal_ci/macos/grpc_basictests_opt.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/internal_ci/macos/grpc_basictests_dbg.cfg b/tools/internal_ci/macos/grpc_basictests_dbg.cfg index f058f0c7e4..53bda1ff0a 100644 --- a/tools/internal_ci/macos/grpc_basictests_dbg.cfg +++ b/tools/internal_ci/macos/grpc_basictests_dbg.cfg @@ -27,5 +27,5 @@ action { env_vars { key: "RUN_TESTS_FLAGS" - value: "-f basictests macos dbg --internal_ci -j 1 --inner_jobs 4" + value: "-f basictests macos dbg --internal_ci -j 1 --inner_jobs 4 --bq_result_table aggregate_results" } diff --git a/tools/internal_ci/macos/grpc_basictests_opt.cfg b/tools/internal_ci/macos/grpc_basictests_opt.cfg index 5048baaf48..d359eb601a 100644 --- a/tools/internal_ci/macos/grpc_basictests_opt.cfg +++ b/tools/internal_ci/macos/grpc_basictests_opt.cfg @@ -27,5 +27,5 @@ action { env_vars { key: "RUN_TESTS_FLAGS" - value: "-f basictests macos opt --internal_ci -j 1 --inner_jobs 4" + value: "-f basictests macos opt --internal_ci -j 1 --inner_jobs 4 --bq_result_table aggregate_results" } |