From 5ae564c1ba42b54ab9859c5088e6c5d571300ee4 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: May 13 2019 13:25:28 +0000 Subject: Added gating.yaml Signed-off-by: Adrian Reber --- diff --git a/criu.spec b/criu.spec index 2f9c25d..8530326 100644 --- a/criu.spec +++ b/criu.spec @@ -12,7 +12,7 @@ Name: criu Version: 3.12 -Release: 9%{?dist} +Release: 10%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -181,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %changelog -* Mon May 13 2019 Adrian Reber - 3.12-9 +* Mon May 13 2019 Adrian Reber - 3.12-10 - Added additional fixup patches for the socket labelling * Sat May 04 2019 Adrian Reber - 3.12-8 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..f72e97c --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete }