add the gating.yaml file

Resolves: #1975108

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
This commit is contained in:
Maurizio Lombardi 2021-06-24 09:55:28 +02:00
parent b32b0d1008
commit 71db5bcbfd
2 changed files with 11 additions and 1 deletions

7
gating.yaml Normal file
View File

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

View File

@ -4,7 +4,7 @@ Name: targetcli
License: ASL 2.0
Summary: An administration shell for storage targets
Version: 2.1.53
Release: 4%{?dist}
Release: 5%{?dist}
URL: https://github.com/open-iscsi/%{oname}
Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
# Proposed upstream
@ -49,6 +49,9 @@ install -m 644 systemd/* %{buildroot}%{_unitdir}/
%dir %{_sysconfdir}/target/backup
%changelog
* Thu Jun 24 2021 Maurizio Lombardi <mlombard@redhat.com> - 2.1.53-5
- Add the gating.yaml file
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.53-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937