workflows: Add test to check if RPM patches still apply#1111
workflows: Add test to check if RPM patches still apply#1111ansasaki merged 1 commit intokeylime:masterfrom
Conversation
aa39f1b to
64f77e3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
yamllint reports some issues:
1:1 warning missing document start "---" (document-start)
3:1 warning truthy value should be one of [false, true] (truthy)
5:16 error too many spaces inside brackets (brackets)
5:23 error too many spaces inside brackets (brackets)
7:16 error too many spaces inside brackets (brackets)
7:23 error too many spaces inside brackets (brackets)
15:5 error wrong indentation: expected 6 but found 4 (indentation)
22:5 error wrong indentation: expected 6 but found 4 (indentation)Please, fix them if possible. It you are in a hurry, you can keep this as is and we can open an issue for them as they are easily fixable
64f77e3 to
6a72a3d
Compare
Fixed most of them. I think the warning about truthy value does not make much sense. |
Thanks. That would be enough. Normally, this means changing on to "on" but feel free to keep this as it is now as it is only a warning |
6a72a3d to
f5f008c
Compare
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
f5f008c to
da1ec5c
Compare
The tests simply try to patch the current code with the patches for both Fedora and CentOS. This is a sanity check to prevent changes changes that would make the patches incompatible to be introduced without properly updating the patches.