From fdaf319d185eb210f91e5c84971db938d96df4ad Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 20 Feb 2024 12:19:08 -0800 Subject: [PATCH] Reduce number of BCR CI jobs During queue times it can get annoying. Having macOS and any Linux should be good enough for this repo, we're just validating that things work at all with these. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 6855bc0..57fe530 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,5 +1,5 @@ matrix: - platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] + platform: ["macos_arm64", "ubuntu2004"] bazel: ["6.x", "7.x", "rolling"] tasks: