Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x](backport #5919) [CI] MacOS 15 testing #6081

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -84,26 +85,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 @@ -171,9 +173,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