* Mon Dec 7 2020 Klaus Wenninger <kwenning@redhat.com> - 1.4.2-3

- this time really remove dist.depcheck from gating
This commit is contained in:
Klaus Wenninger 2020-12-08 00:24:41 +01:00
parent a5baedab04
commit 9e025add0e
2 changed files with 4 additions and 3 deletions

View File

@ -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}

View File

@ -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 <kwenning@redhat.com> - 1.4.2-3
- this time really remove dist.depcheck from gating
* Mon Dec 7 2020 Klaus Wenninger <kwenning@redhat.com> - 1.4.2-2
- remove deprecated dist.depcheck from gating
- add tier0 to push_stable to have rawhide gated as well