#7 gating: Add gating.yaml
Merged 3 years ago by mzidek. Opened 3 years ago by mzidek.
rpms/ mzidek/abrt add_gating_yaml  into  rawhide

file added
+19
@@ -0,0 +1,19 @@ 

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bodhi_update_push_testing

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}

+ 

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bodhi_update_push_stable

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}

no initial comment

Pull-Request has been merged by mzidek

3 years ago
Metadata