Uh oh!
There was an error while loading. Please reload this page.
[Android] Remove CoreCLR functional tests on Android from extra-platforms - #112496
Merged
kotlarmilos merged 4 commits intoFeb 13, 2025
Merged
Conversation
Contributor
Tagging subscribers to this area: @hoyosjs |
kotlarmilos
commented
Feb 12, 2025
MemberAuthor
/azp run runtime-androidemulator |
|
Azure Pipelines successfully started running 1 pipeline(s). |
steveisok
approved these changes
Feb 12, 2025
This was referenced Feb 13, 2025
Open
matouskozak
approved these changes
Feb 13, 2025
matouskozak
left a comment
Member
There was a problem hiding this comment.
LGTM! Thanks for the update.
One thing, I'm not sure if we shouldn't includeeq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true), in
runtime/eng/pipelines/runtime.yml
Lines 991 to 994 in d94a04d
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Matous Kozak <55735845+matouskozak@users.noreply.github.com>
This was referenced Feb 13, 2025
Closed
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
This PR removes a redundant job from extra-platforms. We we include the full libraries run in the extra-platforms.
Follow-up #112283