-
Notifications
You must be signed in to change notification settings - Fork 277
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
[Bug]: Distribution builds can have path collisions #669
Comments
What is |
Let's make sure to address #661 when we change these. |
Looks like #714 is related to this change too |
Should we consider merging the output of build and assemble and renaming bundle as well? #692 and #479? We could end up with a single folder that contains build output and bundle: https://ci.opensearch.org/ci/dbc/opensearch/builds/1.1.0/328/x64/min/openseach-min-1.1.0.tar.gz (currently bundle/...) |
Regarding of "Migrate/ update existing artifacts to the new destination" sub-task, I think we should not change the location of existing artifacts because we didn't update the old paths for these artifacts. |
I am closing out this issue since the problem on path collisions is resolved. |
Distribution builds are not namespace'd based on the type of artifact produced so an OpenSearch and OpenSearch Dashboard build could collide.
Actual
The current path generated is
https://ci.opensearch.org/ci/dbc/builds/1.1.0/328/x64/manifest.yml
.Expected
It should have the distribution type in the path like
https://ci.opensearch.org/ci/dbc/opensearch/builds/1.1.0/328/x64/manifest.yml
andhttps://ci.opensearch.org/ci/dbc/opensearch-dashboards/builds/1.1.0/328/x64/manifest.yml
Required changes
Other changes
The text was updated successfully, but these errors were encountered: