-
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
Generate new input manifest with previous latest version #4523
Generate new input manifest with previous latest version #4523
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Hi, There are several changes in this PR:
Thanks. Result logs:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4523 +/- ##
==========================================
- Coverage 92.19% 92.16% -0.03%
==========================================
Files 192 192
Lines 6292 6282 -10
==========================================
- Hits 5801 5790 -11
- Misses 491 492 +1 ☔ View full report in Codecov by Sentry. |
Also, given we are adding all the components to the new manifest, whether they have updated the next version or not, we should add |
Ignore this, just realized default is true for |
Signed-off-by: Peter Zhu <[email protected]>
Good stuff! I recommend documenting what's going on in some .md files, this is pretty deep :) |
Signed-off-by: Peter Zhu <[email protected]>
Hi @dblock , I have updated the manifest_workflow readme now. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks! |
…n from #4523 (#4526) Signed-off-by: Peter Zhu <[email protected]>
Runs well, will close this issues for now. |
…project#4523) Signed-off-by: Peter Zhu <[email protected]>
…erun the generation from opensearch-project#4523 (opensearch-project#4526) Signed-off-by: Peter Zhu <[email protected]>
Description
Generate new input manifest with previous latest version
Issues Resolved
Closes #4389
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.