Switch a portion of CI/packaging jobs to MacOS12#19908
Merged
hariharans29 merged 8 commits intomainfrom Mar 19, 2024
Merged
Conversation
hariharans29
commented
Mar 14, 2024
hariharans29
commented
Mar 14, 2024
snnn
previously approved these changes
Mar 14, 2024
hariharans29
commented
Mar 15, 2024
snnn
approved these changes
Mar 19, 2024
TedThemistokleous
pushed a commit
to TedThemistokleous/onnxruntime
that referenced
this pull request
May 7, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Any pipeline that has a Mac leg to it is currently highly unstable and fails with very cryptic errors that is seemingly not task specific (see https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=423158 for an example). Since many pipelines have multiple Mac job legs (since we support multiple Python versions), invariably one of those legs fails to make the entire pipeline red.
Moving a portion of the CI/packaging pipelines to MacOS 12 to study its stability for some time before switching all pipelines over completely if the experiment succeeds. The pipelines being moved over now are (iOS CI + iOS packaging + Mac CI + OrtTraining Mac CI + CoreML CI). Interestingly, the CoreML CI pipeline also uses agents from the same agent pool and it has 0 failures. Clearly, there is something (not in the CoreML pipeline) that triggers this instability on MacOS13. But it is very hard to spot the pattern. Moving over CoreML more for consistency sake.
Motivation and Context
Make several pipelines green again