-
Notifications
You must be signed in to change notification settings - Fork 564
[build] disable classic tests on .NET 6 release branches #7286
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
Merged
jonathanpeppers
merged 6 commits into
dotnet:release/6.0.4xx
from
jonathanpeppers:disable-classic-tests
Aug 24, 2022
Merged
[build] disable classic tests on .NET 6 release branches #7286
jonathanpeppers
merged 6 commits into
dotnet:release/6.0.4xx
from
jonathanpeppers:disable-classic-tests
Aug 24, 2022
Conversation
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
Many of our Windows lanes on `release/6.0.4xx` are failing with:
Xamarin.Provisioning.ProvisioningException: Failed to provision
---> Xamarin.Provisioning.ProvisioningException: Only extension versions greater than that in the instance catalog version (13.0.0.0) can be installed.
This is because the CI machines have VS 17.3 now, and the classic
Xamarin.Android we're building is too old.
For now, let's just disable all these classic tests on this branch. We
can come up with a better idea for this later.
e188ebd to
387ad61
Compare
Member
Author
|
This gets us past the |
pjcollins
reviewed
Aug 24, 2022
pjcollins
approved these changes
Aug 24, 2022
pjcollins
reviewed
Aug 24, 2022
pjcollins
approved these changes
Aug 24, 2022
Member
Author
|
This looks a lot greener than it has been, going to merge and then rebase this one: #7288 |
pjcollins
added a commit
to pjcollins/android
that referenced
this pull request
Aug 25, 2022
Related: dotnet#7286 Classic test jobs and VSIX installer provisioning will no longer run on .NET release branches (branches starting with `release/`). The MSBuild smoke test jobs have also been updated to run against the `net6.0` version of the `Xamarin.Android.Build.Tests.dll` and `MSBuildDeviceIntegration.dll` test assemblies.
pjcollins
added a commit
to pjcollins/android
that referenced
this pull request
Aug 26, 2022
Related: dotnet#7286 Classic test jobs and VSIX installer provisioning will no longer run on .NET release branches (branches starting with `release/`). The MSBuild smoke test jobs have also been updated to run against the `net6.0` version of the `Xamarin.Android.Build.Tests.dll` and `MSBuildDeviceIntegration.dll` test assemblies.
pjcollins
added a commit
that referenced
this pull request
Aug 29, 2022
Related: #7286 Classic test jobs and VSIX installer provisioning will no longer run on .NET release branches (branches starting with `release/`). The MSBuild smoke test jobs have also been updated to run against the `net6.0` version of the `Xamarin.Android.Build.Tests.dll` and `MSBuildDeviceIntegration.dll` test assemblies.
jonathanpeppers
pushed a commit
that referenced
this pull request
Aug 29, 2022
Related: #7286 Classic test jobs and VSIX installer provisioning will no longer run on .NET release branches (branches starting with `release/`). The MSBuild smoke test jobs have also been updated to run against the `net6.0` version of the `Xamarin.Android.Build.Tests.dll` and `MSBuildDeviceIntegration.dll` test assemblies.
Sign up for free
to 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.
Many of our Windows lanes on
release/6.0.4xxare failing with:This is because the CI machines have VS 17.3 now, and the classic
Xamarin.Android we're building is too old.
For now, let's just disable all these classic tests on this branch. We
can come up with a better idea for this later.