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 +```