-
Notifications
You must be signed in to change notification settings - Fork 124
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
Enable the full test execution using a label #2683
Conversation
Instead of having to repeatedly trigger full test suite using the `/packit test` commands, let's use the newly implemented `require` condition to enable all advanced test jobs by applying the label.
For reference, the new require feature: |
@psss Could you fix docs (e.g. add label X to run full test suite...). Is the |
Good point! Will add something.
Right, |
There's a missing part on the |
f5a0c82
to
42b2837
Compare
/packit test |
/packit test |
Instead of having to repeatedly trigger full test suite using the
/packit test
commands, let's use the newly implementedrequire
condition to enable all advanced test jobs by applying the label.Pull Request Checklist