Added gating yaml

Resolves: rhbz#1989529
This commit is contained in:
Jiri Vanek 2021-09-02 15:42:21 +02:00
parent 43a4cefeaa
commit 1857a88447
2 changed files with 12 additions and 1 deletions

7
gating.yaml Normal file
View File

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

View File

@ -10,7 +10,7 @@
Name: %{uname}
Version: 1.21.0.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Java CRIU helper
License: GPLv2 with exceptions
URL: https://github.com/chflood/%{uname}
@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}
%changelog
* Thu Sep 02 2021 Jiri Vanek <jvanek@redhat.com> - 1.21.0.0.0-2
- Added gating yaml
- Resolves: rhbz#1989529
* Tue Aug 31 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1.21.0.0.0-1
- Rebase to upstream release, 1.21.0.0.0.
- Resolves: rhbz#1972029