-
Notifications
You must be signed in to change notification settings - Fork 294
Add sha512 generation to promotion job #1367
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
Add sha512 generation to promotion job #1367
Conversation
The promotion workflow is picking up artifacts from a distribution build and placing them in their final resting place on the artifacts server. This is a perfect oppertunity to do any final polishing steps on artifacts that are ready for release. Adding this hook for file actions and creating a sha512 generation closure. This is untested on jenkins, but is the core POC needed to bootstrap the signing workflow. Signed-off-by: Peter Nied <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1367 +/- ##
=========================================
Coverage 94.02% 94.02%
Complexity 11 11
=========================================
Files 136 138 +2
Lines 3011 3013 +2
Branches 8 8
=========================================
+ Hits 2831 2833 +2
Misses 172 172
Partials 8 8
Continue to review full report at Codecov.
|
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.
Overall great addition to the promotion workflow and allow us to expand with signer and more actions later.
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.
I like it! You definitely want to test in Jenkins because permissions might not let you do what you're trying to do :(
Minor fixes during testing Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Description
The promotion workflow is picking up artifacts from a distribution build and placing them in their final resting place on the artifacts server. This is a perfect opportunity to do any final polishing steps on artifacts that are ready for release. Adding this hook for file actions and creating a sha512 generation closure.
This is untested on jenkins, but is the core POC needed to bootstrap the signing workflow.
Issues Resolved
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.