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

Unix CI assets are not downloadable; unlike Windows #107019

Open
am11 opened this issue Aug 27, 2024 · 2 comments
Open

Unix CI assets are not downloadable; unlike Windows #107019

am11 opened this issue Aug 27, 2024 · 2 comments
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner

Comments

@am11
Copy link
Member

am11 commented Aug 27, 2024

e.g. windows-x64: https://dev.azure.com/dnceng-public/public/_build/results?buildId=788469&view=logs&jobId=904dec8a-a560-5b3c-34ba-e48a636ec9fc&j=0b2f91e0-e9b9-5995-d2e6-c547ad90c405&t=a2b5e8a9-3564-5a98-83c0-cc6b995e15d6 has:

Downloading artifact Release_CoreCLR_windows_x64_Release from: https://dev.azure.com/dnceng-public//cbb18261-c48f-4abb-8651-8cdcb5474649/_apis/build/builds/788469/artifacts?artifactName=Release_CoreCLR_windows_x64_Release&$format=zip

which we can download and investigate/consume locally to build the next steps.

but osx-arm64: https://dev.azure.com/dnceng-public/public/_build/results?buildId=788469&view=logs&jobId=904dec8a-a560-5b3c-34ba-e48a636ec9fc&j=904dec8a-a560-5b3c-34ba-e48a636ec9fc&t=018db854-fefb-5222-3d8d-2036f59631b9 has:

Downloading artifact Release_CoreCLR_osx_arm64_Release from: https://dev.azure.com/dnceng-public//_apis/resources/Containers/42407846?itemPath=Release_CoreCLR_osx_arm64_Release&isShallow=true&api-version=4.1-preview.4

which denies the request:
image

It would be nice to not restrict access, at least not due to platform bias.

cc @akoeplinger, @mmitche

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Aug 27, 2024
@am11 am11 changed the title Unix CI are not downloadable; unlike Windows Unix CI assets are not downloadable; unlike Windows Aug 27, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@akoeplinger
Copy link
Member

akoeplinger commented Aug 29, 2024

That's pretty weird and likely some AzDO issue since we don't configure access at the artifacts level.

Can you try going to https://dev.azure.com/dnceng-public/public/_build/results?buildId=788469&view=artifacts&pathAsName=false&type=publishedArtifacts and downloading Release_CoreCLR_osx_arm64_Release from the UI using the dropdown:
image

In case you didn't know, you can get to the artifacts list by clicking here on the build summary page:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner
Projects
Status: No status
Development

No branches or pull requests

3 participants
@akoeplinger @am11 and others