From eadb3bfbe39378167029e91f9e0d1770ca2c13e0 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Thu, 18 Jan 2024 11:59:24 +0100 Subject: [PATCH] Update presubmit.yml to test all platforms Signed-off-by: Yun Peng --- .bazelci/presubmit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 7ffd6e40..2968c242 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,12 +1,14 @@ matrix: bazel_version: ["6.3.2", "7.0.0"] - platform: ["centos7", "debian10", "macos", "ubuntu2004"] + platform: ["macos", "macos_arm64" "ubuntu2004", "windows"] validate_config: 1 buildifier: latest tasks: - ubuntu2004: + build_and_test: + platform: {{ platform }} + bazel: {{ bazel_version }} include_json_profile: - build - test