Fix test declarations
Related: RHEL-62179
This commit is contained in:
parent
dde263b8d3
commit
5a47e8b368
5
ant.spec
5
ant.spec
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.10.9
|
Version: 1.10.9
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Java build tool
|
Summary: Java build tool
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
Summary(fr): Outil de compilation pour java
|
Summary(fr): Outil de compilation pour java
|
||||||
@ -714,6 +714,9 @@ LC_ALL=C.UTF-8 %{ant} -Doffline=true test
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 24 2024 Marián Konček <mkoncek@redhat.com> - 1.10.9-14
|
||||||
|
- Fix test declarations
|
||||||
|
|
||||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.10.9-13
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.10.9-13
|
||||||
- Add noarch to ExclusiveArch
|
- Add noarch to ExclusiveArch
|
||||||
|
|
||||||
|
@ -4,5 +4,12 @@ product_versions:
|
|||||||
decision_contexts:
|
decision_contexts:
|
||||||
- osci_compose_gate
|
- osci_compose_gate
|
||||||
rules:
|
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}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
||||||
|
Loading…
Reference in New Issue
Block a user