diff --git a/gating.yaml b/gating.yaml index 16e29c9..0bd5927 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,7 +4,6 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: dist.depcheck} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} --- !Policy product_versions: @@ -12,5 +11,4 @@ product_versions: 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 2298d6b..067570f 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 2 +%global buildnum 3 %ifarch s390x s390 # minimum timeout on LPAR diag288 watchdog is 15s @@ -157,6 +157,9 @@ fi %{_libdir}/libsbdtestbed* %changelog +* Mon Dec 7 2020 Klaus Wenninger - 1.4.2-3 +- this time really remove dist.depcheck from gating + * 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