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}