Skip to content
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

Open
jkoritzinsky opened this issue Apr 20, 2021 · 3 comments

Comments

@jkoritzinsky
Copy link
Member

I'm seeing this error in https://dev.azure.com/dnceng/public/_build/results?buildId=1097765:

Artifact CoreCLRProduct___Linux_arm64_release not found for build 1097765. Please ensure you have published artifacts in any previous phases of the current build.

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.

@jkoritzinsky jkoritzinsky added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Infrastructure-mono labels Apr 20, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Apr 20, 2021
@ghost
Copy link

ghost commented Apr 20, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

I'm seeing this error in https://dev.azure.com/dnceng/public/_build/results?buildId=1097765:

Artifact CoreCLRProduct___Linux_arm64_release not found for build 1097765. Please ensure you have published artifacts in any previous phases of the current build.

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.

Author: jkoritzinsky
Assignees: -
Labels:

area-Infrastructure-mono, blocking-clean-ci

Milestone: -

@akoeplinger akoeplinger added this to the 6.0.0 milestone Apr 21, 2021
@akoeplinger akoeplinger removed the untriaged New issue has not been triaged by the area owner label Apr 21, 2021
@steveisok steveisok modified the milestones: 6.0.0, 7.0.0 Jul 26, 2021
@lambdageek
Copy link
Member

@naricc this is fixed by #62652 as well, right? Or is there more to do here?

lambdageek added a commit to lambdageek/runtime that referenced this issue Dec 14, 2021
@lambdageek
Copy link
Member

lambdageek commented Dec 14, 2021

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 clr.hosts subset places the corerun test host.

@jakobbotsch jakobbotsch removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label May 3, 2022
@steveisok steveisok modified the milestones: 7.0.0, 8.0.0 Jul 31, 2022
@steveisok steveisok modified the milestones: 8.0.0, Future Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants