Skip to content

Commit

Permalink
chore: add bazel versions to BCR presubmit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Feb 6, 2024
1 parent 27e3b10 commit 4db4fb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"homepage": "https://docs.aspect.build/rules/aspect_bazel_lib",
"maintainers": [
{
"email": "[email protected]",
"github": "aspect-build",
"name": "Aspect team"
"name": "Alex Eagle",
"email": "[email protected]",
"github": "alexeagle"
},
{
"name": "Derek Cormier",
"email": "[email protected]",
"github": "kormide"
}
],
"repository": ["github:aspect-build/bazel-lib"],
Expand Down
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: ["7.x", "6.x"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."

0 comments on commit 4db4fb1

Please sign in to comment.