Skip to content

Commit

Permalink
[CI] MacOS 15 testing (#5919) (#6081)
Browse files Browse the repository at this point in the history
* [CI] MacOS 15 testing

* test

* test

* test

* MacOS Group

* MacOS Group

* Updated x86 image

* Test ARM

* new arm image

* test macos 15 x86_64

* cleanup

* cleanup

* cleanup

* improved branches config

* Apply review changes

* Apply suggestions from code review

Co-authored-by: Geoff Rowland <[email protected]>

---------

Co-authored-by: Geoff Rowland <[email protected]>
(cherry picked from commit 825a15d)

Co-authored-by: Pavel Zorin <[email protected]>
  • Loading branch information
mergify[bot] and pazone authored Nov 26, 2024
1 parent 0a5accf commit eb9e349
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:
retry:
manual:
allowed: true

- group: "Unit tests"
key: "unit-tests"
steps:
Expand Down Expand Up @@ -88,26 +89,27 @@ steps:
manual:
allowed: true

# Runs inly on the main branch
- label: "Unit tests - MacOS 13 ARM"
key: "unit-tests-macos-13-arm"
- group: "macOS tests"
key: "macos-unit-tests"
steps:
- label: "Unit tests - macOS 15 ARM"
command: ".buildkite/scripts/steps/unit-tests.sh"
branches: main
artifact_paths:
- "build/TEST-*.html"
- "build/TEST-*.xml"
- "build/diagnostics/*"
- "coverage-*.out"
agents:
provider: orka
imagePrefix: generic-13-ventura-arm
imagePrefix: generic-base-15-arm-002
retry:
manual:
allowed: true

- label: "Unit tests - MacOS 13"
key: "unit-tests-macos-13"
# Runs only on main and release branches
- label: "Unit tests - macOS 13"
command: ".buildkite/scripts/steps/unit-tests.sh"
branches: "main 8.* 9.*"
artifact_paths:
- "build/TEST-*.html"
- "build/TEST-*.xml"
Expand Down Expand Up @@ -178,9 +180,7 @@ steps:
allow_failure: true
- step: "unit-tests-win2016"
allow_failure: true
- step: "unit-tests-macos-13-arm"
allow_failure: true
- step: "unit-tests-macos-13"
- step: "macos-unit-tests"
allow_failure: true
- step: "unit-tests-win10"
allow_failure: true
Expand Down

0 comments on commit eb9e349

Please sign in to comment.