Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions fedora-ci/retriggering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Loading