Skip to content

Commit

Permalink
bcr updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Dec 12, 2024
1 parent 89e22ac commit 2c8a914
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
bcr_test_module:
module_path: "e2e/use_release"
matrix:
bazel: ["7.x"]
bazel: ["8.x", "7.x"]
# TODO(#9): add windows to this list
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_flags:
# Bazel 6.x requires this flag set.
- --@aspect_rules_py//py:interpreter_version=3.8.12
test_targets:
- "//..."

0 comments on commit 2c8a914

Please sign in to comment.