From d2b904490f9170c7c07e19fa97f92e0e16add757 Mon Sep 17 00:00:00 2001 From: Alzbeta Kucerova Date: Tue, 3 Mar 2026 09:34:12 +0100 Subject: [PATCH 1/2] Add documentation regarding retriggering on ELN rawhide PRs --- fedora-ci/retriggering.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fedora-ci/retriggering.md b/fedora-ci/retriggering.md index 1624cd1e79..b3f4bda999 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 retriggering jobs in PRs of ELN packages against the rawhide branch, checks 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-branch` like so: + +``` +/packit-ci test --target-branch eln +/packit-ci test rpminspect --target-branch rawhide +/packit-ci scratch-build --target-branch eln +``` From 317e832b413acdcb0eceab09b1207adb6e0e0e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C5=BEb=C4=9Bta=20Ku=C4=8Derov=C3=A1?= <33840358+betulependule@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:30:30 +0100 Subject: [PATCH 2/2] Rephrase and update the name of argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- fedora-ci/retriggering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-ci/retriggering.md b/fedora-ci/retriggering.md index b3f4bda999..c2f86a9b6c 100644 --- a/fedora-ci/retriggering.md +++ b/fedora-ci/retriggering.md @@ -40,7 +40,7 @@ Only packagers can retrigger tests. ## Check target -By default, when retriggering jobs in PRs of ELN packages against the rawhide branch, checks 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-branch` like so: +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