Skip to content

Commit

Permalink
tests(bcr): Set Bazel version in BCR presubmit config. (bazelbuild#1753)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rickeylev authored Feb 12, 2024
1 parent 3de2e42 commit f1d1732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ bcr_test_module:
module_path: "examples/bzlmod"
matrix:
platform: ["debian11", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."

0 comments on commit f1d1732

Please sign in to comment.