From 4a909ed0959c188f156ea50865cde447a34fea3c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:49:05 +0100 Subject: [PATCH] [8.11](backport #3742) [CI] run MacOS 13 ARM unit tests only on main branch (#3745) * [CI] run MacOS 13 ARM unit tests only on main branch (#3742) (cherry picked from commit 3155ea9db05bc1ceacbbccc9d356f5922fa4cf87) # Conflicts: # .buildkite/pipeline.yml * Update pipeline.yml * Update pipeline.yml --------- Co-authored-by: Pavel Zorin Co-authored-by: Pierre HILBERT --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 315283ba80e..1acf356a1af 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -80,9 +80,11 @@ steps: manual: allowed: true + # Runs only on the main branch - label: "Unit tests - MacOS 13 ARM" key: "unit-tests-macos-13-arm" command: ".buildkite/scripts/steps/unit-tests.sh" + branches: main artifact_paths: - "build/TEST-**" - "build/diagnostics/*" @@ -119,7 +121,6 @@ steps: unit-tests-win2016 unit-tests-win2022 unit-tests-macos-13 - unit-tests-macos-13-arm " artifact_paths: - "build/TEST-**"