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

Allow incremental build to respect version qualifier #5327

Conversation

peterzhuamazon
Copy link
Member

@peterzhuamazon peterzhuamazon commented Feb 17, 2025

Description

Allow incremental build to respect version qualifier

Issues Resolved

#3747
https://build.ci.opensearch.org/blue/organizations/jenkins/distribution-build-opensearch/detail/distribution-build-opensearch/10821/pipeline/77

Despite the ref is the same every component rebuild due to version mismatch as qualifier field was initially designed to be only exist in input manifest, while build / dist manifest will put it as part of the version.

2025-02-17 04:49:56 INFO     Adding OpenSearch because it has different commit ID and needs to be rebuilt.
2025-02-17 21:04:13 INFO     The version of previous build manifest doesn't match the current input manifest. Rebuilding Core.
2025-02-17 21:04:13 INFO     Core engine has new changes, rebuilding all components.

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.

Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.04%. Comparing base (ca41b1b) to head (b829a9d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5327   +/-   ##
=======================================
  Coverage   92.04%   92.04%           
=======================================
  Files         202      202           
  Lines        7042     7043    +1     
=======================================
+ Hits         6482     6483    +1     
  Misses        560      560           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@zelinh zelinh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @peterzhuamazon for the fix.

@peterzhuamazon peterzhuamazon merged commit 25436c7 into opensearch-project:main Feb 17, 2025
15 checks passed
@peterzhuamazon peterzhuamazon deleted the update-incremental-build-version-with-qualifier branch February 17, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants