From 1857a884471fa4a451eff350f90e8046334b30da Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Thu, 2 Sep 2021 15:42:21 +0200 Subject: [PATCH] Added gating yaml Resolves: rhbz#1989529 --- gating.yaml | 7 +++++++ jigawatts.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c7412f1 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/jigawatts.spec b/jigawatts.spec index dbad5a5..92bc2d4 100644 --- a/jigawatts.spec +++ b/jigawatts.spec @@ -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 - 1.21.0.0.0-2 +- Added gating yaml +- Resolves: rhbz#1989529 + * Tue Aug 31 2021 Andrew Hughes - 1.21.0.0.0-1 - Rebase to upstream release, 1.21.0.0.0. - Resolves: rhbz#1972029