Jelajahi Sumber

revamp kokoro macos jobs

Jan Tattermusch 8 tahun lalu
induk
melakukan
87997b0b21
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  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"
+}