Add gating.yaml

Resolves: RHEL-12339

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2024-01-30 11:35:57 -06:00
parent e48f622be4
commit f0eb65fe54
No known key found for this signature in database
2 changed files with 10 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 11.0.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Implementation of the WebSocket Protocol for Python
License: BSD
@ -83,6 +83,9 @@ EOF
%doc README.rst
%changelog
* Tue Jan 30 2024 Major Hayden <mhayden@redhat.com> - 11.0.3-6
- Bump revision to add gating.yaml
* Tue Aug 15 2023 Major Hayden <major@redhat.com> - 11.0.3-5
- Add setup.cfg for RHEL 9 and CentOS Stream 9