Skip to content

Commit 3ea65d8

Browse files
authored
.bazelci/presubmit.yml: run BCR tests with multiple Bazel versions (#4490)
**What type of PR is this?** > Test **What does this PR do? Why is it needed?** On presubmit, run the BCR test with multiple Bazel versions. This helps us catch issues before a release. **Which issues(s) does this PR fix?** n/a **Other notes for review**
1 parent c84ee39 commit 3ea65d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
matrix:
33
platform:
44
- ubuntu2404
5+
- ubuntu2004_arm64
56
- macos_arm64
67
- windows
8+
# Only BCR tests use all Bazel versions. Others use the default.
9+
bazel:
10+
- 7.x
11+
- 8.x
712

813
tasks:
914
debian11_bazel6:
@@ -63,6 +68,7 @@ tasks:
6368
bcr_tests:
6469
name: BCR test module
6570
platform: ${{ platform }}
71+
bazel: ${{ bazel }}
6672
working_directory: tests/bcr
6773
build_flags:
6874
- "--allow_yanked_versions=all"

0 commit comments

Comments
 (0)