From 0580f2c0cf428821a6f357ed390ed87972ff7cb2 Mon Sep 17 00:00:00 2001 From: Chris Sauer Date: Sun, 2 Apr 2023 18:25:27 -0700 Subject: [PATCH] Add ubuntu and macOS arm64 tests In response to https://github.com/nelhage/rules_boost/issues/374 (For my future reference: The list of bazel ci supported platforms is in PLATFORMS, here: https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/bazelci.py) --- .bazelci/presubmit.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 61b2bfa73..e28f1cada 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -12,12 +12,24 @@ tasks: - "//..." test_targets: - "//..." + ubuntu2004_arm64: + working_directory: test + build_targets: + - "//..." + test_targets: + - "//..." macos: working_directory: test build_targets: - "//..." test_targets: - "//..." + macos_arm64: + working_directory: test + build_targets: + - "//..." + test_targets: + - "//..." windows: working_directory: test environment: