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?