From 5a47e8b368dd62d48030b0042f146f94c93bfca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sun, 24 Nov 2024 16:31:26 +0100 Subject: [PATCH] Fix test declarations Related: RHEL-62179 --- ant.spec | 5 ++++- gating.yaml | 9 ++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ant.spec b/ant.spec index 0d1d2de..c4644d3 100644 --- a/ant.spec +++ b/ant.spec @@ -34,7 +34,7 @@ Name: ant Version: 1.10.9 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Java build tool Summary(it): Tool per la compilazione di programmi java Summary(fr): Outil de compilation pour java @@ -714,6 +714,9 @@ LC_ALL=C.UTF-8 %{ant} -Doffline=true test # ----------------------------------------------------------------------------- %changelog +* Sun Nov 24 2024 Marián Konček - 1.10.9-14 +- Fix test declarations + * Sat Nov 23 2024 Marián Konček - 1.10.9-13 - Add noarch to ExclusiveArch diff --git a/gating.yaml b/gating.yaml index 225bda2..5ee8bad 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,12 @@ product_versions: decision_contexts: - osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk8/full.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk11/full.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk17/full.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk21/full.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk8/headless.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk11/headless.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk17/headless.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk21/headless.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}