-
Notifications
You must be signed in to change notification settings - Fork 273
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
updated promote artifacts lib s3 upload #1493
Conversation
Signed-off-by: Abhinav Gupta <[email protected]>
@abhinavGupta16 Care to explain in the PR description why adding this was a bad idea, please? |
Thanks @abhinavGupta16 for the quick fix. A bit context: I added the logic to upload However, the tar-promotion job https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/promotion/tar-promotion.jenkinsfile only runs once manually during release meeting. Thus the url won't be ready (which also means that the Dashboards integ test won't get the OpenSearch url) until the last minute. A better option would be uploading such |
@dblock Let me know if this summary is enough. |
I think #1492 can solve this in a way where "latest" = latest released or latest build. |
Signed-off-by: Abhinav Gupta <[email protected]>
Signed-off-by: Abhinav Gupta [email protected]
Description
Remove s3 upload to
builds
anddist
directly frompromoteArtifacts.groovy
Issues Resolved
Remove stray artifacts from release folder
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.