-
Notifications
You must be signed in to change notification settings - Fork 282
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
Run precommit checks before checkstyle task #3727
Run precommit checks before checkstyle task #3727
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
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.
There are a number of other checks like similar to the license check such as jarHell
are those not running either? Do you know what is missing?
@peternied I'm looking into it further. There's quite a few differences in Job Scheduler
Security
|
Here we go, used https://stackoverflow.com/a/34880233/533057 - looks like
|
Signed-off-by: Craig Perkins <cwperx@amazon.com>
@peternied I just modified this PR so that the entire |
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.
Could you create tracking issues for those flaky tests?
@peternied Sure I just created issues to track the flaky tests. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3727 +/- ##
==========================================
+ Coverage 64.88% 66.24% +1.36%
==========================================
Files 292 292
Lines 20776 20805 +29
Branches 3409 3411 +2
==========================================
+ Hits 13481 13783 +302
+ Misses 5606 5323 -283
- Partials 1689 1699 +10
|
Description
This PR runs the License Header check with the checkstyle CI check to ensure that PRs contain licenses on top of new files. This PR also adds the license on 2 files where its missing today.
Maintenance
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.