-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Android] Enable library smoke tests on CoreCLR Android #116091
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] Enable library smoke tests on CoreCLR Android #116091
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.
Pull Request Overview
This PR enables the library smoke tests on CoreCLR Android by reactivating the previously commented postBuildSteps.
- Uncomment postBuildSteps to run tests using the helix.yml template
- Activate the conditional execution for these steps based on relevant variables
Tagging subscribers to this area: @hoyosjs |
The android-x64 coreclr job took 57min. |
The long times and timeouts only showed up once android-x64 coreclr job started running on most PRs. Do you believe that we have addressed the underlying eng infrastructure issue? If you are not sure, we can try to enable this again and monitor it. |
I'm for enabling and monitoring. The problem before was that no machines were running to service work items. It is a bit perplexing that the send to helix step took 20+ min and the 3 work items that were executed took 1-2 min each (all on different machines). |
Yes, let's monitor this. I haven’t closed the tracking issue yet. I’ll start sampling and reporting job times, and if there are no timeouts by the end of the week, I’ll close it. |
Description
Contributes to #115955