diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-05-02 16:13:53 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-05-02 16:13:53 +0200 |
commit | 1306724462518e5e41d648f3c78fcc9953d79c3f (patch) | |
tree | ebdf6f4189a86257de02e5c00cbddba0fde2f238 /tools | |
parent | d8696e10238a7e35e25f363e16f921c6c642069a (diff) |
add --internal_ci for windows
Diffstat (limited to 'tools')
-rw-r--r-- | tools/internal_ci/windows/grpc_master.bat | 2 | ||||
-rw-r--r-- | tools/internal_ci/windows/grpc_portability_master.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/internal_ci/windows/grpc_master.bat b/tools/internal_ci/windows/grpc_master.bat index 8943390a8d..b6f3c8790f 100644 --- a/tools/internal_ci/windows/grpc_master.bat +++ b/tools/internal_ci/windows/grpc_master.bat @@ -36,7 +36,7 @@ cd /d %~dp0\..\..\.. git submodule update --init -python tools/run_tests/run_tests_matrix.py -f basictests windows -j 1 --inner_jobs 8 || goto :error +python tools/run_tests/run_tests_matrix.py -f basictests windows -j 1 --inner_jobs 8 --internal_ci || goto :error goto :EOF :error diff --git a/tools/internal_ci/windows/grpc_portability_master.bat b/tools/internal_ci/windows/grpc_portability_master.bat index b98c70146c..789808664b 100644 --- a/tools/internal_ci/windows/grpc_portability_master.bat +++ b/tools/internal_ci/windows/grpc_portability_master.bat @@ -36,7 +36,7 @@ cd /d %~dp0\..\..\.. git submodule update --init -python tools/run_tests/run_tests_matrix.py -f portability windows -j 1 --inner_jobs 8 || goto :error +python tools/run_tests/run_tests_matrix.py -f portability windows -j 1 --inner_jobs 8 --internal_ci || goto :error goto :EOF :error |