Merge pull request #12153 from matt-kwong/upload_results_port

Upload results for Kokoro master portability tests
reviewable/pr12024/r8^2
Matt Kwong 8 years ago committed by GitHub
commit b378b791e8
  1. 2
      tools/internal_ci/linux/grpc_portability.cfg
  2. 2
      tools/internal_ci/windows/grpc_portability.cfg

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f portability linux --inner_jobs 16 -j 1 --internal_ci"
value: "-f portability linux --inner_jobs 16 -j 1 --internal_ci --bq_result_table aggregate_results"
}

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f portability windows -j 1 --inner_jobs 8 --internal_ci"
value: "-f portability windows -j 1 --inner_jobs 8 --internal_ci --bq_result_table aggregate_results"
}

Loading…
Cancel
Save