diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..1f2646f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,10 @@ +--- !Policy +product_versions: + - fedora-* +decision_contexts: [bodhi_update_push_stable] +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} diff --git a/python-virt-firmware.spec b/python-virt-firmware.spec index 43149bc..3cd3c2a 100644 --- a/python-virt-firmware.spec +++ b/python-virt-firmware.spec @@ -2,7 +2,7 @@ Name: python-virt-firmware Version: %{pypi_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools for virtual machine firmware volumes License: GPLv2 @@ -74,6 +74,9 @@ cp -ar tests %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name}/tests %changelog +* Wed Oct 05 2022 Gerd Hoffmann - 1.4-5 +- turn on gating + * Wed Oct 05 2022 Gerd Hoffmann - 1.4-4 - more test dependency tweaks