APN-Pucky / pkg-testing-tools

Set of tools to simplify package testing for arch stabilizations and package bumps in Gentoo
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

strict option to fail on any QA notice #22

Open APN-Pucky opened 6 months ago

juippis commented 5 months ago

I'm not sure if I agree with this one. We often gets warnings like this:

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.

especially after compiler updates. I think what you're looking for is something more of this: https://github.com/juippis/incus-gentoo-github-pullrequest-tester/blob/master/container/bin/gentoo_pkg_errors_and_qa_notices.sh after logging every pkg-testing-tool run with e.g. --extra-env-file 'test.conf' that saves the logs: https://github.com/juippis/incus-gentoo-github-pullrequest-tester/blob/master/container/etc/portage/env/test.conf#L13

Sorry about this babbling, I hope you can understand what I'm after :)