From 4db4fb119243cdeb578ba1b7533eec474c0f6876 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 5 Feb 2024 19:36:54 -0800 Subject: [PATCH] chore: add bazel versions to BCR presubmit.yaml --- .bcr/metadata.template.json | 11 ++++++++--- .bcr/presubmit.yml | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index 49df74dc0..37da4af2f 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -2,9 +2,14 @@ "homepage": "https://docs.aspect.build/rules/aspect_bazel_lib", "maintainers": [ { - "email": "hello@aspect.dev", - "github": "aspect-build", - "name": "Aspect team" + "name": "Alex Eagle", + "email": "alex@aspect.dev", + "github": "alexeagle" + }, + { + "name": "Derek Cormier", + "email": "derek@aspect.dev", + "github": "kormide" } ], "repository": ["github:aspect-build/bazel-lib"], diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 34333e342..e63a5721c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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: - "//..."