-
Notifications
You must be signed in to change notification settings - Fork 144
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
[CI] MacOS 15 testing #5919
base: main
Are you sure you want to change the base?
[CI] MacOS 15 testing #5919
Conversation
Quality Gate passedIssues Measures |
- group: "macOS tests" | ||
key: "macos-unit-tests" | ||
steps: | ||
- label: "Unit tests - MacOS 15 ARM" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- label: "Unit tests - MacOS 15 ARM" | |
- label: "Unit tests - macOS 15 ARM" |
retry: | ||
manual: | ||
allowed: true | ||
|
||
# Runs only on main and release branches | ||
- label: "Unit tests - MacOS 13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- label: "Unit tests - MacOS 13" | |
- label: "Unit tests - macOS 13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just those couple of nit-picks
What does this PR do?
Adds MacOS 15 ARM tests unit tests for PRs and merge to release branches.
Makes MacOS 13 x86 tests run only on main and release branches
MacOS 14 is expected in a follow-up PR
Why is it important?
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself