Similar to recheck
command, if I want to create custom trigger commands in Zuul CI, what's the best possible way to implement it?
For example, I want to have following 2 commands defined in Zuul to trigger specific tests.
/test-e2e
- This would trigger a specific job that runs e2e tests
/test-conformance
- This would trigger a specific job that triggers conformance tests.
Can somebody please advise?
Assuming that you are using GitHub to manage you source code you could define a custom regex trigger for you check pipeline
See documentation of
pipeline.trigger.<github source>.comment
Something like this: