-
Notifications
You must be signed in to change notification settings - Fork 373
Conversation
I looked at recent commits but didn't find pattern of embedding subsystem in the subject. |
/assign @jodh-intel |
@tedyu - the 'subsystem' CI failure is telling you your commit subject line does not meet the format documented at: |
Looking at the patch,
would be the right thing. You can do that with a 'git commit --amend' and 'git push -f' for instance. |
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 for the fix.
@tedyu you need a body on the commit. Further, you’ll want a reference to a GitHub issue which this PR addresses and a signed-off-by. Sorry for the extra hoops, and appreciate your help. |
To help: I opened issue for you: #2207 |
@egernst |
Fixes #2207 Signed-off-by: Ted Yu <[email protected]>
Does enkins-ci-ubuntu-18-04 normally take more than 2 hours to complete ? |
/test |
For Power8-ubuntu:
I don't think the above was caused by my PR. |
/retest jenkins-ci-Power8-ubuntu-18-04-PR-initrd |
Looks like I don't have permission to re-trigger test. |
Codecov Report
@@ Coverage Diff @@
## master #2204 +/- ##
=======================================
Coverage 49.35% 49.35%
=======================================
Files 111 111
Lines 15791 15791
=======================================
Hits 7794 7794
Misses 7032 7032
Partials 965 965 |
@tedyu - possibly not - you have to be a member of the kata org and iirc the correct team, to do that... Let's try: /test-power |
also, if you need to locate who might be responsible for which bit of the project or infra, there is a table over at https://github.com/kata-containers/community/wiki/Areas-of-interest#resource-owners to help guide (in case we need to find the Power CI owners etc.) |
/test-power |
@grahamwhaley |
@grahamwhaley @egernst thanks |
/test |
Thanks @tedyu - there are other instances of this "double kill". I was about to say you could update this PR for those, but it got merged underneath me :) Therefore, if you are interested, feel free to raise a follow-on PR to update Regarding the coverage stats - we have never found a reliable service unfortunately. It's on the "TODO" list but if anyone has spare cycles, feel free to dig in! 😄 |
This PR addresses this comment:
https://github.com/kata-containers/runtime/pull/2164/files#r346776205
/cc @jodh-intel