Skip to content

Commit

Permalink
[8.11](backport #3742) [CI] run MacOS 13 ARM unit tests only on main …
Browse files Browse the repository at this point in the history
…branch (#3745)

* [CI] run MacOS 13 ARM unit tests only on main branch (#3742)

(cherry picked from commit 3155ea9)

# Conflicts:
#	.buildkite/pipeline.yml

* Update pipeline.yml

* Update pipeline.yml

---------

Co-authored-by: Pavel Zorin <pavel.zorin@elastic.co>
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
  • Loading branch information
3 people authored Dec 4, 2023
1 parent f70caa3 commit 4a909ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down Expand Up @@ -119,7 +121,6 @@ steps:
unit-tests-win2016
unit-tests-win2022
unit-tests-macos-13
unit-tests-macos-13-arm
"
artifact_paths:
- "build/TEST-**"
Expand Down

0 comments on commit 4a909ed

Please sign in to comment.