From d300b1e3e8fe83d05b609ec669ee70fd99dd3cdd Mon Sep 17 00:00:00 2001 From: Alzbeta Kucerova Date: Tue, 3 Mar 2026 09:34:12 +0100 Subject: [PATCH] Add documentation regarding retriggering on ELN rawhide PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- fedora-ci/retriggering.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fedora-ci/retriggering.md b/fedora-ci/retriggering.md index 1624cd1e79..f10493184f 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 eln +/packit-ci test rpminspect --target rawhide +/packit-ci scratch-build --target eln +```