Skip to content

Commit

Permalink
Add Bazel version matrix to BCR presubmit.yml (#3861)
Browse files Browse the repository at this point in the history
Newly required by BCR policies.
  • Loading branch information
fmeum authored Feb 12, 2024
1 parent 00fe64f commit 8b4d1d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ matrix:
- macos
- macos_arm64
- windows
bazel: [6.x, 7.x]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rules_go//go/tools/bzltestutil/...'
bcr_test_module:
Expand All @@ -20,10 +22,12 @@ bcr_test_module:
- macos
- macos_arm64
- windows
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
- '@go_default_sdk//...'
Expand Down

0 comments on commit 8b4d1d1

Please sign in to comment.