From 726cf24920dbd8940a24e7a183cef842b69ab6e6 Mon Sep 17 00:00:00 2001 From: Marek Blaha Date: Fri, 13 Mar 2026 14:49:16 +0100 Subject: [PATCH] Document opting out of Log Detective analysis --- fedora-ci/configuration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/fedora-ci/configuration.md b/fedora-ci/configuration.md index 087fdfbd23..67a284ddee 100644 --- a/fedora-ci/configuration.md +++ b/fedora-ci/configuration.md @@ -24,3 +24,16 @@ fedora_ci: ``` The project will still run regular Fedora CI scratch builds and tests, only ELN will be skipped. + +## Opting out of Log Detective + +[Log Detective](https://log-detective.com/) analyzes failed Koji build logs to help identify the root cause. +To opt out of this analysis for your project, open a [pull request](https://github.com/packit/deployment/pulls) +adding your project URL to `fedora_ci.disabled_projects_for_logdetective` in the +[deployment configuration](https://github.com/packit/deployment/blob/main/secrets/packit/prod/packit-service.yaml.j2): + +```yaml +fedora_ci: + disabled_projects_for_logdetective: + - https://src.fedoraproject.org/rpms/your-package +```