From c2e2317486ae76db6c86b88ce4dfa09635554c5c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 06 2017 17:09:18 +0000 Subject: Adjust the Fedora policies in the repo - dist.abicheck: needs a blacklist as some project will never pass this test (for example libreoffice which takes too much memory to run) - dist.upgradepath: is only run when a package is queued to be pushed to the stable repo, so we cannot mandate this test to push to the updates-testing repo Signed-off-by: Pierre-Yves Chibon --- diff --git a/conf/policies/fedora.yaml b/conf/policies/fedora.yaml index 53b5e28..5143767 100644 --- a/conf/policies/fedora.yaml +++ b/conf/policies/fedora.yaml @@ -6,6 +6,15 @@ product_versions: - fedora-26 decision_context: bodhi_update_push_stable rules: - - !PassingTestCaseRule {test_case_name: dist.abicheck} +# - !PassingTestCaseRule {test_case_name: dist.abicheck} # Needs a blacklist to work + - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} + - !PassingTestCaseRule {test_case_name: dist.upgradepath} + +--- !Policy +id: "taskotron_release_critical_tasks" +product_versions: + - fedora-26 +decision_context: bodhi_update_push_testing +rules: +# - !PassingTestCaseRule {test_case_name: dist.abicheck} # Needs a blacklist to work - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} - - !PassingTestCaseRule {test_case_name: dist.upgradepath} \ No newline at end of file