Configuration
Fedora CI is now enabled by default for all Fedora dist-git repositories with a global default configuration.
If you need to opt out, you can request your repository to be added to the
fedora_ci.disabled_projects list in the
deployment configuration
by submitting a pull request.
Opting out of ELN
Packages with high PR traffic and long build times may want to skip ELN scratch builds and tests.
To opt out, open a pull request adding your project URL
to fedora_ci.disabled_projects_for_eln in the
deployment configuration:
fedora_ci:
disabled_projects_for_eln:
- https://src.fedoraproject.org/rpms/your-package
The project will still run regular Fedora CI scratch builds and tests, only ELN will be skipped.