Added gating yaml
Resolves: rhbz#1989529
This commit is contained in:
parent
43a4cefeaa
commit
1857a88447
7
gating.yaml
Normal file
7
gating.yaml
Normal 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}
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: %{uname}
|
Name: %{uname}
|
||||||
Version: 1.21.0.0.0
|
Version: 1.21.0.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Java CRIU helper
|
Summary: Java CRIU helper
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: https://github.com/chflood/%{uname}
|
URL: https://github.com/chflood/%{uname}
|
||||||
@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Rebase to upstream release, 1.21.0.0.0.
|
||||||
- Resolves: rhbz#1972029
|
- Resolves: rhbz#1972029
|
||||||
|
Loading…
Reference in New Issue
Block a user