From 1b9c3de94a17cbd0eaae9703c1ea8327d44ee4db Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Wed, 1 Feb 2023 23:04:51 +0800 Subject: [PATCH] Related: #2160545 --- ecj.spec | 5 ++++- gating.yaml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/ecj.spec b/ecj.spec index abd2a4d..7484382 100644 --- a/ecj.spec +++ b/ecj.spec @@ -8,7 +8,7 @@ Epoch: 1 Summary: Eclipse Compiler for Java Name: ecj Version: %{eclipse_ver} -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.eclipse.org License: EPL-2.0 @@ -73,6 +73,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1 %{_mandir}/man1/ecj* %changelog +* Wed Feb 01 2023 Hui Wang - 1:4.20-1 +- Add gating.yaml + * Thu Jan 19 2023 Hui Wang - 1:4.20-1 - Update to 4.20 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}