浏览代码

revamp kokoro macos jobs

Jan Tattermusch 8 年之前
父节点
当前提交
87997b0b21
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      tools/internal_ci/macos/grpc_master.cfg

+ 6 - 1
tools/internal_ci/macos/grpc_master.cfg

@@ -30,7 +30,7 @@
 # Config file for the internal CI (in protobuf text format)
 
 # Location of the continuous shell script in repository.
-build_file: "grpc/tools/internal_ci/macos/grpc_master.sh"
+build_file: "grpc/tools/internal_ci/macos/grpc_run_tests_matrix.sh"
 timeout_mins: 240
 action {
   define_artifacts {
@@ -38,3 +38,8 @@ action {
     regex: "github/grpc/reports/**"
   }
 }
+
+env_vars {
+  key: "RUN_TESTS_FLAGS"
+  value: "-f basictests macos --internal_ci -j 2 --inner_jobs 4"
+}