commit | 0ac26cd45b01011ffc172bd2054f07e9df1efbf2 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed Jul 10 05:45:59 2024 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 10 11:45:59 2024 +0200 |
tree | 1ea3b3c56a659cd7b5d6d0bd0879486744ea8408 | |
parent | da374a508b5a5f82e1e00f94889f04f9f86ca1fe [diff] |
Skip Bazel 7.2 tests in downstream pipeline (#244) Fixes #242 and https://github.com/bazelbuild/continuous-integration/issues/1999
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index e449350..0244f63 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml
@@ -119,6 +119,7 @@ test_targets: - "//test:proto_format_test" - "//test:macro_kwargs_legacy_test" + skip_in_bazel_downstream_pipeline: Manual tests requiring an older Bazel version bazel_8_tests: name: Stardoc golden tests requiring Bazel HEAD