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

Make AzDO builds use artifacts dir laid out the same as local build's artifacts dir #1030

Closed
dagood opened this issue Dec 18, 2019 · 0 comments

Comments

@dagood
Copy link
Member

dagood commented Dec 18, 2019

To make it easier to understand and reproduce the build, the AzDO builds (CI, official build, etc.) should probably be laid out the same as a local build.

artifacts/transport/coreclr/... => artifacts/...
artifacts/transport/librariesallconfigurations => artifacts/... (pending #1016)

A main difficulty is that these artifacts may overlap. In AzDO, overlap causes failures. In a local build, overlap is handled by the last write winning. Any overlap seems undesirable (can we be sure it's happening intentionally?) so I think we should try to prevent that before going forward with artifacts dir consolidation.

(Brought up in #1016 (comment))

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Dec 18, 2019
@ViktorHofer ViktorHofer removed the untriaged New issue has not been triaged by the area owner label Jul 12, 2020
@ViktorHofer ViktorHofer modified the milestones: 5.0.0, Future Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants