From 11f1a66eb3bafba1fbabfc507de52faac6010734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Mon, 21 Sep 2026 15:37:30 +0200 Subject: [PATCH] Document the skip_install test job option Related to packit/packit#2775 Assisted-by: Claude Opus 4.8 --- docs/configuration/upstream/tests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/upstream/tests.md b/docs/configuration/upstream/tests.md index 826e8dc4ba..977b18ea06 100644 --- a/docs/configuration/upstream/tests.md +++ b/docs/configuration/upstream/tests.md @@ -161,6 +161,10 @@ distro (otherwise the default would be `centos-stream-8`) and for * **skip_build** - Whether to skip the build phase and only run tests (defaults to false). Enabling this will cause no Copr build to be built and installed into the testing environment, only submitting request to Testing Farm (the selected components to be installed should be part of the TMT definitions). +* **skip_install** - Whether to skip installing the Copr build artifacts in the testing environment (defaults to false). + Unlike `skip_build`, the Copr build still runs and its artifacts are attached to the Testing Farm request, but their + packages are not installed automatically (the artifacts are passed with `install: false`). Installing the desired + components is then left to the TMT definitions. This option is independent of `skip_build`. * **env** - A dictionary you can use to set any environment variable that will be available in the Testing Farm environment where the tests are run. * **identifier** – Suffix added to the name of a GitHub check run. This is needed