From Fedora Project Wiki

< CI

(Initial info about gating)
 
(Migrated to the new Fedora docs site)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Gating of packages based on test results is currently enabled on demand. If you want to turn the gating on for your component create a new file `gating.yaml` in the root of the package dist git directory with the following content:
Moved to: https://docs.fedoraproject.org/en-US/ci/gating/
 
--- !Policy
product_versions:
  - fedora-*
decision_context: bodhi_update_push_testing
rules:
  - !PassingTestCaseRule {test_case_name: dist.depcheck}
 
This will enable gating for all Fedora releases based on the result of the CI [[CI/Pipeline|Pipeline]]. The `decision_context` is to be [https://pagure.io/greenwave/issue/282 clarified].
 
== Links ==
 
* Greenwave's [https://docs.pagure.org/greenwave/package-specific-policies.html Package-specific policies]

Latest revision as of 15:49, 18 March 2019