Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5.6k
Setup OSX.1100.ARM64.* helix queues#47919
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
ddcafc8a1de69c783393b136f9a0b57b6356146fd2965efb3763770d144d483File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -85,6 +85,11 @@ jobs: | ||
| # Limiting interp runs as we don't need as much coverage. | ||
| - Debian.9.Amd64.Open | ||
| # OSX arm64 | ||
| - ${{ if eq(parameters.platform, 'OSX_arm64') }}: | ||
| - ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}: | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know we discussed this earlier, but I believe we should remove this condition for libraries and then instead condition the test runs in the yml entry point? | ||
| - OSX.1100.ARM64.Open | ||
| # OSX x64 | ||
| - ${{ if eq(parameters.platform, 'OSX_x64') }}: | ||
| - ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}: | ||
Uh oh!
There was an error while loading. Please reload this page.