-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Moving DCO to workflows #1458
Moving DCO to workflows #1458
Conversation
Can one of the admins verify this patch? |
@peternied @peterzhuamazon Can/Should we turn off Jenkins before we merge this? Thanks! /C |
start gradle check |
✅ DCO Check Passed 033e25dc773667e6ce79deeaeca058557146fb10 |
✅ Gradle Wrapper Validation success 033e25dc773667e6ce79deeaeca058557146fb10 |
✅ Gradle Precommit success 033e25dc773667e6ce79deeaeca058557146fb10 |
✅ Gradle Check success 033e25dc773667e6ce79deeaeca058557146fb10 |
We can disable the jenkins job after we merge - 2 DCO checks are better than none. I'll watch this issue and disable the legacy job when I see both are operational |
@CEHENKLE It looks like the github action didn't trigger because of backend settings approving github action sources
I've whitelisted those actions in this repo. Could you |
Signed-off-by: CEHENKLE <henkle@amazon.com>
✅ DCO Check Passed 766108f |
✅ Gradle Wrapper Validation success 766108f |
Ooo Shiny ;) |
✅ Gradle Precommit success 766108f |
Can we merge this without running gradle check? |
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.
👍
start gradle check |
@peterzhuamazon It looks like the gradle check is stuck - can you take a look? |
start gradle check |
Not stuck, triggered normally running now. |
I removed DCO check from jenkins as a requirement. |
start gradle check |
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.
Thanks.
Signed-off-by: CEHENKLE <henkle@amazon.com>
Signed-off-by: CEHENKLE <henkle@amazon.com>
* Increment version to 1.2.2. Signed-off-by: dblock <dblock@amazon.com> * Upgrade to log4j 2.16.0 (#1721) (#1723) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> * Moving DCO to workflows (#1458) Signed-off-by: CEHENKLE <henkle@amazon.com> Co-authored-by: Andriy Redko <andriy.redko@aiven.io> Co-authored-by: CEHENKLE <henkle@amazon.com>
Signed-off-by: CEHENKLE henkle@amazon.com
Description
Adds DCO to workflows
Issues Resolved
#1318
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.