Conversation
Related to packit/packit#2775 Assisted-by: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Sep 21, 2026
feat: honor skip_install by not installing Copr artifacts in Testing Farm
packit/packit-service#3190
Open
pbrezina
marked this pull request as ready for review
September 21, 2026 14:01
Contributor
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 15s |
centosinfra-prod-github-app Bot
added a commit
to packit/packit
that referenced
this pull request
Sep 21, 2026
feat: add skip_install option for test jobs Add a 'skip_install' configuration option next to 'skip_build' for Testing Farm test jobs. When enabled, the Copr build still runs and its artifacts are attached to the Testing Farm request, but their packages are not installed automatically (Testing Farm receives 'install: false'). Installing the desired components is left to the tmt plan/tests. This option is independent of 'skip_build'. Fixes #2775 Assisted-by: Claude Opus 4.8 noreply@anthropic.com TODO: Write new tests or update the old ones to cover new functionality. Update doc-strings where appropriate. Update or write new documentation in packit/packit.dev. packit/packit-service#3190 packit/packit.dev#1174 RELEASE NOTES BEGIN New skip_install option for test jobs to omit automatic installation of COPR packages on Testing Farm runner. RELEASE NOTES END Warning: All tests pass, but I do not know how to perform end-to-end testing, so I have not been able to actually try it. Reviewed-by: Nikola Forró
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to packit/packit#2775
Assisted-by: Claude Opus 4.8 noreply@anthropic.com
TODO:
packit/packit.dev.RELEASE NOTES BEGIN
New
skip_installoption for test jobs to omit automatic installation ofCOPR packages on Testing Farm runner.
RELEASE NOTES END
Warning: All tests pass, but I do not know how to perform end-to-end testing, so I have not been able to actually try it.