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, 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.