Skip to content

Commit

Permalink
ci: Set bazel version in BCR presubmit file
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyduquettesc authored Jul 13, 2024
1 parent 5591c0b commit 331e0e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
bazel:
- 6.x
# Disable debian tests because I don't think it's using the python toolchain,
# > no such package '@[unknown repo 'pip_importlib_metadata' requested from @rules_python~0.19.0~pip~pip_pytest]//'
# platform: ["debian10", "macos", "ubuntu2004"]
platform: ["macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."

0 comments on commit 331e0e5

Please sign in to comment.