-
Notifications
You must be signed in to change notification settings - Fork 49
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
Utilise default labels and identifier from config for test comment #2270
Utilise default labels and identifier from config for test comment #2270
Conversation
Build failed. ✔️ pre-commit SUCCESS in 1m 59s |
recheck |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 03s |
For /packit test comment command without arguments utilise the values from the configurations. Fixes packit/packit#2056 Merge after packit/packit#2180
7b1cd5a
to
076eaea
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 1m 59s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 55s |
Documentation for packit/packit-service#2270 Related to packit/packit#2056
Documentation for packit/packit-service#2270 Related to packit/packit#2056
Documentation for packit/packit-service#2270 Related to packit/packit#2056
Document new test_command options Documentation for packit/packit-service#2270 Related to packit/packit#2056 Reviewed-by: Nikola Forró Reviewed-by: Laura Barcziová
For
/packit test
comment command without arguments, utilise the values from the configurations.Fixes packit/packit#2056
Merge after packit/packit#2180
TODO:
RELEASE NOTES BEGIN
We have introduced new configuration options
test_command.default_labels
andtest_command.default_identifier
that are used by default when running/packit test
comment command without any arguments (instead of specifying them via--labels
/--identifier
).RELEASE NOTES END