Skip to content

Commit

Permalink
[build] Exclude experiments from RBE Build Tests PR job (grpc#34852)
Browse files Browse the repository at this point in the history
This only affects pull requests for the `Bazel RBE Build Tests` job. The
equivalent master CI job will still build all end2end tests, including
experiments.
  • Loading branch information
drfloob authored Nov 1, 2023
1 parent 1566fa4 commit a0ad04d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bazel_setting {
env_vars {
# flags will be passed to bazel invocation
key: "BAZEL_FLAGS"
value: "--genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh"
value: "--genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --build_tag_filters=\"-experiment_variation\" --test_tag_filters=\"-experiment_variation\""
}

env_vars {
Expand Down

0 comments on commit a0ad04d

Please sign in to comment.