summaryrefslogtreecommitdiff
path: root/grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg')
-rw-r--r--grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg20
1 files changed, 19 insertions, 1 deletions
diff --git a/grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg b/grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg
index 88776701..77900110 100644
--- a/grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg
+++ b/grpc/tools/internal_ci/linux/grpc_bazel_rbe_msan.cfg
@@ -15,8 +15,14 @@
# Config file for the internal CI (in protobuf text format)
# Location of the continuous shell script in repository.
-build_file: "grpc/tools/internal_ci/linux/grpc_msan_on_foundry.sh"
+build_file: "grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh"
timeout_mins: 90
+action {
+ define_artifacts {
+ regex: "**/*sponge_log.*"
+ regex: "github/grpc/reports/**"
+ }
+}
gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/resultstore_api_key"
@@ -27,3 +33,15 @@ bazel_setting {
# command is invoked).
upsalite_frontend_address: "https://source.cloud.google.com"
}
+
+env_vars {
+ # flags will be passed to bazel invocation
+ key: "BAZEL_FLAGS"
+ value: "--cache_test_results=no --config=msan"
+}
+
+env_vars {
+ key: "UPLOAD_TEST_RESULTS"
+ value: "true"
+}
+