From 62d7a8df40f84574f5e0ee4a83ad3c81db6a68c0 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 5 Oct 2022 11:20:30 +0200 Subject: [PATCH] turn on gating --- gating.yaml | 10 ++++++++++ python-virt-firmware.spec | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gating.yaml 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