Switch to Fedora tests
Related: RHEL-62398
This commit is contained in:
parent
3a5af1e218
commit
a73fac73d2
16
gating.yaml
16
gating.yaml
@ -4,13 +4,13 @@ product_versions:
|
|||||||
decision_contexts:
|
decision_contexts:
|
||||||
- osci_compose_gate
|
- osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk8/full.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk8/full.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk11/full.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk11/full.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk17/full.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk17/full.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk21/full.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk21/full.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk8/headless.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk8/headless.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk11/headless.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk11/headless.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk17/headless.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk17/headless.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk21/headless.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk21/headless.functional}
|
||||||
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
||||||
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Name: maven
|
Name: maven
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.6.3
|
Version: 3.6.3
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
# maven itself is ASL 2.0
|
# maven itself is ASL 2.0
|
||||||
# bundled slf4j is MIT
|
# bundled slf4j is MIT
|
||||||
@ -312,6 +312,9 @@ if [[ $1 -eq 0 ]]; then update-alternatives --remove mvn %{homedir}/bin/mvn; fi
|
|||||||
%config %{_javaconfdir}/maven.conf-openjdk21
|
%config %{_javaconfdir}/maven.conf-openjdk21
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:3.6.3-19
|
||||||
|
- Switch to Fedora tests
|
||||||
|
|
||||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:3.6.3-18
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:3.6.3-18
|
||||||
- Fix patch usage
|
- Fix patch usage
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
# FIXME
|
url: https://src.fedoraproject.org/tests/maven
|
||||||
# url: https://src.fedoraproject.org/tests/maven
|
|
||||||
url: https://src.fedoraproject.org/forks/mkoncek/tests/maven
|
|
||||||
environment:
|
|
||||||
# The commit just before adding a test for [MNG-8106] which fails with Maven 3.6
|
|
||||||
MAVEN_IT_GIT_COMMIT: 680cd976359e2141762b09ca06b82869d30d0cbc
|
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
|
||||||
|
environment:
|
||||||
|
# The commit just before adding a test for [MNG-8106] which fails with Maven 3.6
|
||||||
|
MAVEN_IT_GIT_REF: 680cd976359e2141762b09ca06b82869d30d0cbc
|
||||||
|
|
||||||
/jdk8:
|
/jdk8:
|
||||||
environment+:
|
environment+:
|
||||||
OPENJDK_VERSION: "1.8.0"
|
OPENJDK_VERSION: "1.8.0"
|
||||||
@ -20,12 +20,12 @@ execute:
|
|||||||
- maven-openjdk21
|
- maven-openjdk21
|
||||||
|
|
||||||
/full:
|
/full:
|
||||||
summary: Basic smoke tests (OpenJDK 8 full)
|
summary: Maven matrix tests (OpenJDK 8 full)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jdk8
|
filter: tag:jdk8
|
||||||
|
|
||||||
/headless:
|
/headless:
|
||||||
summary: Basic smoke tests (OpenJDK 8 headless)
|
summary: Maven matrix tests (OpenJDK 8 headless)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jre8
|
filter: tag:jre8
|
||||||
environment+:
|
environment+:
|
||||||
@ -46,12 +46,12 @@ execute:
|
|||||||
- maven-openjdk21
|
- maven-openjdk21
|
||||||
|
|
||||||
/full:
|
/full:
|
||||||
summary: Basic smoke tests (OpenJDK 11 full)
|
summary: Maven matrix tests (OpenJDK 11 full)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jdk11
|
filter: tag:jdk11
|
||||||
|
|
||||||
/headless:
|
/headless:
|
||||||
summary: Basic smoke tests (OpenJDK 11 headless)
|
summary: Maven matrix tests (OpenJDK 11 headless)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jre11
|
filter: tag:jre11
|
||||||
environment+:
|
environment+:
|
||||||
@ -72,12 +72,12 @@ execute:
|
|||||||
- maven-openjdk21
|
- maven-openjdk21
|
||||||
|
|
||||||
/full:
|
/full:
|
||||||
summary: Basic smoke tests (OpenJDK 17 full)
|
summary: Maven matrix tests (OpenJDK 17 full)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jdk17
|
filter: tag:jdk17
|
||||||
|
|
||||||
/headless:
|
/headless:
|
||||||
summary: Basic smoke tests (OpenJDK 17 headless)
|
summary: Maven matrix tests (OpenJDK 17 headless)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jre17
|
filter: tag:jre17
|
||||||
environment+:
|
environment+:
|
||||||
@ -98,12 +98,12 @@ execute:
|
|||||||
- maven-openjdk17
|
- maven-openjdk17
|
||||||
|
|
||||||
/full:
|
/full:
|
||||||
summary: Basic smoke tests (OpenJDK 21 full)
|
summary: Maven matrix tests (OpenJDK 21 full)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jdk21
|
filter: tag:jdk21
|
||||||
|
|
||||||
/headless:
|
/headless:
|
||||||
summary: Basic smoke tests (OpenJDK 21 headless)
|
summary: Maven matrix tests (OpenJDK 21 headless)
|
||||||
discover+:
|
discover+:
|
||||||
filter: tag:jre21
|
filter: tag:jre21
|
||||||
environment+:
|
environment+:
|
Loading…
Reference in New Issue
Block a user