-
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
Mono desktop CI Test jobs depend on CoreCLR artifacts but not on the build job #51584
Comments
Tagging subscribers to this area: @directhex Issue DetailsI'm seeing this error in https://dev.azure.com/dnceng/public/_build/results?buildId=1097765:
It seems like the Mono build jobs depend on the CoreCLR product build artifacts (at least on Linux arm64), but they don't depend on the CoreCLR job finishing successfully.
|
Shouldn't be needed after dotnet#62652 Contributes to dotnet#51584, I think
We had to revert (in #62788) the change that untangles the Mono test jobs from CoreCLR product artifacts because while the creation of Core_Root for mono doesn't depend on the CoreCLR runtime anymore, in CI the mono runtime tests job depends on the CoreCLR product tarball because that's where the |
I'm seeing this error in https://dev.azure.com/dnceng/public/_build/results?buildId=1097765:
It seems like the Mono build jobs depend on the CoreCLR product build artifacts (at least on Linux arm64), but they don't depend on the CoreCLR job finishing successfully.
The text was updated successfully, but these errors were encountered: