From a5baedab04878b00fc186f5b7af70eb0239ba6f6 Mon Sep 17 00:00:00 2001 From: Klaus Wenninger Date: Tue, 8 Dec 2020 00:06:24 +0100 Subject: [PATCH] * Mon Dec 7 2020 Klaus Wenninger - 1.4.2-2 - remove deprecated dist.depcheck from gating - add tier0 to push_stable to have rawhide gated as well --- gating.yaml | 9 ++++++++- sbd.spec | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 1af3453..16e29c9 100644 --- a/gating.yaml +++ b/gating.yaml @@ -6,4 +6,11 @@ subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: dist.depcheck} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/sbd.spec b/sbd.spec index 45e159a..2298d6b 100644 --- a/sbd.spec +++ b/sbd.spec @@ -18,7 +18,7 @@ %global longcommit 044643922c3044c0bac2f91b1382ff3f2c64a4a2 %global shortcommit %(echo %{longcommit}|cut -c1-8) %global github_owner Clusterlabs -%global buildnum 1 +%global buildnum 2 %ifarch s390x s390 # minimum timeout on LPAR diag288 watchdog is 15s @@ -157,6 +157,10 @@ fi %{_libdir}/libsbdtestbed* %changelog +* Mon Dec 7 2020 Klaus Wenninger - 1.4.2-2 +- remove deprecated dist.depcheck from gating +- add tier0 to push_stable to have rawhide gated as well + * Mon Dec 7 2020 Klaus Wenninger - 1.4.2-1 - Rebase to upstream v1.4.2 - Conflict with pacemaker that doesn't have pacemakerd-api