From bb99facf0489fc8d5e03a089b2c0cdfbe52bf24c Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 14 Aug 2024 12:44:50 -0700 Subject: [PATCH] chore: green up BCR presumbit CI (#89) --- .bcr/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index eb27837..5c2cfbc 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,12 +1,12 @@ bcr_test_module: module_path: "e2e/workspace" matrix: - bazel: ["7.x", "6.x"] + bazel: ["7.x"] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: name: "Run test module" bazel: ${{ bazel }} platform: ${{ platform }} - test_targets: + build_targets: - "//..."