From c418c69d78245278c9bc12d9860249e65a266b59 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 14 May 2019 18:11:28 +0200 Subject: [PATCH] Test different decision_context in gating.yaml --- criu.spec | 5 ++++- gating.yaml | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/criu.spec b/criu.spec index 8530326..1d770ce 100644 --- a/criu.spec +++ b/criu.spec @@ -12,7 +12,7 @@ Name: criu Version: 3.12 -Release: 10%{?dist} +Release: 11%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %changelog +* Tue May 14 2019 Adrian Reber - 3.12-11 +- Test different decision_context in gating.yaml + * Mon May 13 2019 Adrian Reber - 3.12-10 - Added additional fixup patches for the socket labelling diff --git a/gating.yaml b/gating.yaml index f72e97c..dab9f05 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,8 @@ --- !Policy product_versions: - fedora-* -decision_context: bodhi_update_push_testing +decision_context: + - bodhi_update_push_testing + - bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete }