osbuild/gating.yaml
Christian Kellner 5a1d0fb4f8 gating: drop dist.depcheck
Although mentioned in the docs, this check is obsolete[1] but the
replacement[2] seems to be not running as well, so just drop that
check.

[1] https://fedoraproject.org/wiki/Taskotron/Tasks/dist.depcheck
[2] https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmdeplint
2020-04-02 15:02:09 +02:00

17 lines
625 B
YAML

--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
rules:
- !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity}
- !PassingTestCaseRule {test_case_name: dist.python-versions}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity}
- !PassingTestCaseRule {test_case_name: dist.python-versions}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}