Skip to content

Commit ea2b8f7

Browse files
Add documentation regarding retriggering on ELN rawhide PRs (#1109)
Add documentation regarding retriggering on ELN rawhide PRs Related to #3032 Merge after #3032 Reviewed-by: Nikola Forró Reviewed-by: Laura Barcziová
2 parents 3fc8264 + d300b1e commit ea2b8f7

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)