-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Android] Remove CoreCLR functional tests on Android from extra-platforms #112496
[Android] Remove CoreCLR functional tests on Android from extra-platforms #112496
Conversation
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Tagging subscribers to this area: @hoyosjs |
/azp run runtime-androidemulator |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM! Thanks for the update.
One thing, I'm not sure if we shouldn't include
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
in
runtime/eng/pipelines/runtime.yml
Lines 991 to 994 in d94a04d
or( | |
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true), | |
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true), | |
eq(variables['isRollingBuild'], true)) |
Co-authored-by: Matous Kozak <55735845+matouskozak@users.noreply.github.com>
Description
This PR removes a redundant job from extra-platforms. We we include the full libraries run in the extra-platforms.
Follow-up #112283