From 543218b4e6b395b5c8f07b5e77986ea5e50cd1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 5 May 2025 14:12:08 +0200 Subject: [PATCH 1/2] Document installability test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- fedora-ci/jobs.md | 3 ++- fedora-ci/retriggering.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/fedora-ci/jobs.md b/fedora-ci/jobs.md index 497156839c..9dbef0ef74 100644 --- a/fedora-ci/jobs.md +++ b/fedora-ci/jobs.md @@ -11,7 +11,8 @@ Scratch builds in [Koji](https://koji.fedoraproject.org/koji/) built from SCM. ### Installability -TBD (The work is in progress.) +[Installability test](https://github.com/fedora-ci/installability-pipeline) +in [Testing Farm](https://testing-farm.io) run with a successfull scratch build. ### Custom test plans diff --git a/fedora-ci/retriggering.md b/fedora-ci/retriggering.md index 129a6241df..32b82ce204 100644 --- a/fedora-ci/retriggering.md +++ b/fedora-ci/retriggering.md @@ -14,3 +14,22 @@ To retrigger a scratch build, add the following comment to the pull request: ``` Only packagers can retrigger scratch builds. + +## Tests + +To retrigger all tests, add the following comment to the pull request: + +``` +/packit-ci test +``` + +To retrigger a specific test, you can add the test identifier to the command: + +``` +/packit-ci test installability +``` + +`installability` is the only supported identifier so far and it represents +the [Installability](fedora-ci/jobs#installability) test. + +Only packagers can retrigger tests. From e1f06f7abebd021359acaa1fa67a78e5da45460b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 5 May 2025 15:20:07 +0200 Subject: [PATCH 2/2] Fix unrelated mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- docs/configuration/upstream/copr_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/upstream/copr_build.md b/docs/configuration/upstream/copr_build.md index 4fb1ba1e0d..3b134d97c7 100644 --- a/docs/configuration/upstream/copr_build.md +++ b/docs/configuration/upstream/copr_build.md @@ -156,7 +156,7 @@ packages and modules from the base distro, while CentOS Stream 8 will use a custom yum repo, 4 specific modules and it will have `--without check` passed to rpmbuild. -You can define these three options: +You can define these options: * `additional_packages` (list) – install additional packages before the build * `additional_repos` (list) – enable these yum repositories before installing any packages * `additional_modules` (str) – enable these modules before installing packages,