From Fedora Project Wiki

< CI

Revision as of 12:32, 22 August 2018 by Psss (talk | contribs) (Initial info about gating)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

--- !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 Pipeline. The decision_context is to be clarified.

Links