diff --git a/fedora-ci/retriggering.md b/fedora-ci/retriggering.md index 1624cd1e79..c2f86a9b6c 100644 --- a/fedora-ci/retriggering.md +++ b/fedora-ci/retriggering.md @@ -37,3 +37,13 @@ Currently supported identifiers are: - `custom` - represents [Custom TMT test plans](/fedora-ci/jobs#custom-test-plans) Only packagers can retrigger tests. + +## Check target + +By default, when (re)triggering jobs in `rawhide` PRs of ELN packages, jobs are run for both the `eln` and `rawhide` targets when no dedicated `eln` branch exists. It is possible to specify which jobs to retrigger with an additional keyword argument `--target` like so: + +``` +/packit-ci test --target-branch eln +/packit-ci test rpminspect --target-branch rawhide +/packit-ci scratch-build --target-branch eln +```