Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions fedora-ci/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Loading