Revert accidental backport of gating.yaml

This commit is contained in:
Thomas Rodgers 2021-06-10 11:34:07 -07:00
parent c016558410
commit 169c75fcca
2 changed files with 4 additions and 21 deletions

View File

@ -1,20 +0,0 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation}
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,7 +1,7 @@
Name: tbb
Summary: The Threading Building Blocks library abstracts low-level threading details
Version: 2020.3
Release: 6%{?dist}
Release: 7%{?dist}
License: ASL 2.0
URL: http://threadingbuildingblocks.org/
@ -205,6 +205,9 @@ cmake \
%{python3_sitearch}/__pycache__/TBB*
%changelog
* Thu Jun 10 2021 THomas Rodgers <trodgers@redhat.com> - 2020.3-7
- Revert accidental backport of gating.yaml
* Thu Jun 3 2021 Thomas Rodgers <trodgers@redhat.com> - 2020.3-6
- Fix ABI regression in tbb::empty_task caused by switch to LTO