8000 tests(bcr): Set Bazel version in BCR presubmit config. (#1753) · emfdavid/rules_python@f1d1732 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1d1732

Browse files
authored
tests(bcr): Set Bazel version in BCR presubmit config. (bazel-contrib#1753)
BCR now requires the presubmit configs to specify the Bazel versions to run tests with. Without this, the BCR checks fail and we can't do releases to BCR.
1 parent 3de2e42 commit f1d1732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bcr/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ bcr_test_module:
1616
module_path: "examples/bzlmod"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
19+
bazel: [6.x, 7.x]
1920
tasks:
2021
run_tests:
2122
name: &quo 46F6 t;Run test module"
2223
platform: ${{ platform }}
24+
bazel: ${{ bazel }}
2325
test_targets:
2426
- "//..."

0 commit comments

Comments
 (0)
0