-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Move MacCatalyst to runtime-extra-platforms pipeline #64452
Merged
MaximLipnin
merged 19 commits into
dotnet:main
from
MaximLipnin:move_maccatalyst_to_extra_platfroms_pipeline
Feb 15, 2022
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b0ab2b7
Move MacCatalyst to runtime-extra-platforms pipeline
MaximLipnin 7630898
Since MacCatalyst is moving out of runtime-staging, we'll need to add…
e007d0f
Yml syntax
0d4e10f
More yml tweaks
5c9ae70
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin 13dbdfb
Configure the ios sumulator functional tests for re-trying in case of…
MaximLipnin f78840b
Revert test retry configuration as it didn't work for the functional …
MaximLipnin c05f72d
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin 56c38cd
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin 0d105ac
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin d9e1d9a
Put MacCatalyst leg definitions to runtime-extra-platforms-other.yml
MaximLipnin 2d292cb
Bump arcade
akoeplinger 1c1c23e
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin ab7d142
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin 03c73f1
Leave MacCatalyst_arm64 in runtime-staging as it might not pass yet o…
MaximLipnin 28832e6
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin 0d37f47
Skip System.Reflection.Emit.Tests.ILGeneratorEmit4.TestDynamicMethodE…
MaximLipnin e83a3fd
Revert skipping System.Reflection.Emit.Tests.ILGeneratorEmit4.TestDyn…
MaximLipnin 50217c4
Merge branch 'main' into move_maccatalyst_to_extra_platfroms_pipeline
MaximLipnin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
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.
Since the runtime-extra platforms leg doesn't run on every PR, should we add a mac catalyst leg to the main runtime pipeline or the dev-innerloop pipeline that DOES NOT RUN TESTS, just to protect the vertical build and to make sure we don't break developer inerloop scenarios?