Skip to content

Commit e1277ff

Browse files
authored
presubmit.yml: Set skip_use_bazel_version_for_test: true (#347)
This will fix recent test breakage in Bazel downstream: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1588#91ed10dd-2b13-4cee-99cc-88a2e8e58a31 Similar issue and fix: bazelbuild/bazel#10554 bazel-contrib/rules_nodejs#1538
1 parent e3df8bc commit e1277ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ all_targets: &all_targets
1818
# As a regression test for #225, check that wheel targets still build when
1919
# their package path is qualified with the repo name.
2020
- "@rules_python//experimental/examples/..."
21+
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
22+
skip_use_bazel_version_for_test: true
2123
test_targets:
2224
- "..."
2325
platforms:

0 commit comments

Comments
 (0)