turn on gating

This commit is contained in:
Gerd Hoffmann 2022-10-05 11:20:30 +02:00
parent bc0a7a57df
commit 62d7a8df40
2 changed files with 14 additions and 1 deletions

10
gating.yaml Normal file
View File

@ -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}

View File

@ -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 <kraxel@redhat.com> - 1.4-5
- turn on gating
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-4
- more test dependency tweaks