-
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
[tests][Android] ReAdd Android library test jobs #77280
Conversation
Tagging subscribers to this area: @directhex Issue Detailsnull
|
/azp run runtime-android,runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
Remove condition from Android library test jobs
0243156
to
5fac148
Compare
/azp run runtime-android,runtime-androidemulator |
Azure Pipelines successfully started running 2 pipeline(s). |
- name: librariesContainsChange | ||
value: $[ dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ] | ||
- name: monoContainsChange | ||
value: $[ dependencies.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'] ] |
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 it seems like we are removing the condition:
parameter, how do these variable parameters actually get consumed if at all?
Android library tests were not running on CI in runtime-extra-platforms.
This PR brings back the jobs that ran library tests on Android device/simulator removed in #76328
They are updated to follow the similar changes made to branch out runtime-extra-platforms in the aforementioned PR.