-
Notifications
You must be signed in to change notification settings - Fork 324
tests: add service file test pipeline and use it in in a few packages #48686
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
tests: add service file test pipeline and use it in in a few packages #48686
Conversation
938c759
to
01741e3
Compare
huh, compression is probably a waste of resources since I just want it to track the links and attrs for me. |
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.
It would be nice to optionally install -doc
or -docs
and enable man checking if those exist but I think that would require melange changes to do in a clean way.
Ohhh that I wanted those tests to run but forgot I could just install packages. This should be doable by taking another input variable. We can then pop the tests on the package with |
01741e3
to
f14f027
Compare
f14f027
to
b92a1b0
Compare
The tar lines, while I don't lile fix an issues that systemd-analyze verify found where symlinks are turned into real files. Test was moved forward in the pipeline because we don't have install via file lists and otherwise other packages will pickup the test files when they shoulnd't. All the service files aren't 100% clean but they're not longer failing.
b92a1b0
to
d571789
Compare
…wolfi-dev#48686) The tar lines, while I don't like fix an issues that systemd-analyze verify found where symlinks are turned into real files. Test was moved forward in the pipeline because we don't have install via file lists and otherwise other packages will pickup the test files when they shoulnd't. All the service files aren't 100% clean but they're not longer failing. This should probably also have a warning linter like ldd or docs do. Co-authored-by: Justin Vreeland <[email protected]>
The tar lines, while I don't like fix an issues that systemd-analyze
verify found where symlinks are turned into real files. Test was moved
forward in the pipeline because we don't have install via file lists
and otherwise other packages will pickup the test files when they shoulnd't.
All the service files aren't 100% clean but they're not longer failing.
This should probably also have a warning linter like ldd or docs do.