Skip to content

Commit d300b1e

Browse files
betulependulenforro
andcommitted
Add documentation regarding retriggering on ELN rawhide PRs
Co-authored-by: Nikola Forró <nforro@redhat.com>
1 parent 3fc8264 commit d300b1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fedora-ci/retriggering.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ Currently supported identifiers are:
3737
- `custom` - represents [Custom TMT test plans](/fedora-ci/jobs#custom-test-plans)
3838

3939
Only packagers can retrigger tests.
40+
41+
## Check target
42+
43+
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:
44+
45+
```
46+
/packit-ci test --target eln
47+
/packit-ci test rpminspect --target rawhide
48+
/packit-ci scratch-build --target eln
49+
```

0 commit comments

Comments
 (0)