|
@@ -16,10 +16,15 @@
|
|
|
# Config file for the internal CI (in protobuf text format)
|
|
# Config file for the internal CI (in protobuf text format)
|
|
|
|
|
|
|
|
# Location of the continuous shell script in repository.
|
|
# Location of the continuous shell script in repository.
|
|
|
-build_file: "grpc/tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.sh"
|
|
|
|
|
|
|
+build_file: "grpc/tools/internal_ci/linux/grpc_run_tests_matrix.sh"
|
|
|
timeout_mins: 1440
|
|
timeout_mins: 1440
|
|
|
action {
|
|
action {
|
|
|
define_artifacts {
|
|
define_artifacts {
|
|
|
regex: "**/*sponge_log.xml"
|
|
regex: "**/*sponge_log.xml"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+env_vars {
|
|
|
|
|
+ key: "RUN_TESTS_FLAGS"
|
|
|
|
|
+ value: "-f c++ asan --inner_jobs 16 -j 1 --internal_ci --filter_pr_tests --base_branch origin/master --max_time=3600"
|
|
|
|
|
+}
|