[build] skip provisioning of Xamarin.Android on .NET lanes #7646
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.
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7102687&view=logs&j=270ba80a-9de5-5c73-abb9-bb787532a07c&s=25cdcba1-3ecb-5490-0002-daf27c697525&t=306f7057-edf0-58b5-5004-8b3b311950d4&l=449
provisionator
is a source of random failures like:In this case, we were downloading a classic Xamarin.Android build for use on a test lane for
One .NET
tests?To make things better, let's skip this step completely for
One .NET
tests. We shouldn't need to provision classic Xamarin.Android on these test lanes.This also has the added benefit of faster test runs, just spot-checking the time spent on the above build:
provisionator
on macOS lanes.provisionator
on Windows lanes.