Run Maven core ITs

Related: RHEL-62172
This commit is contained in:
Marián Konček 2024-10-15 12:17:50 +02:00
parent 0b6d711633
commit 614892be9b

View File

@ -1,13 +1,17 @@
discover: discover:
how: fmf how: fmf
url: https://src.fedoraproject.org/tests/maven # FIXME
# 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
/jdk8: /jdk8:
environment: environment+:
OPENJDK_VERSION: 1.8.0 OPENJDK_VERSION: "1.8.0"
prepare: prepare:
- how: install - how: install
exclude: exclude:
@ -17,21 +21,23 @@ execute:
/full: /full:
summary: Basic smoke tests (OpenJDK 8 full) summary: Basic smoke tests (OpenJDK 8 full)
discover+:
filter: tag:jdk8
/headless: /headless:
summary: Basic smoke tests (OpenJDK 8 headless) summary: Basic smoke tests (OpenJDK 8 headless)
discover+: discover+:
filter: tag:-java-compiler filter: tag:jre8
environment+: environment+:
OPENJDK_HEADLESS: true OPENJDK_HEADLESS: "true"
prepare+: prepare+:
- how: shell - how: shell
script: | script: |
dnf -y erase java-*-openjdk dnf -y erase java-*-openjdk
/jdk11: /jdk11:
environment: environment+:
OPENJDK_VERSION: 11 OPENJDK_VERSION: "11"
prepare: prepare:
- how: install - how: install
exclude: exclude:
@ -41,19 +47,23 @@ execute:
/full: /full:
summary: Basic smoke tests (OpenJDK 11 full) summary: Basic smoke tests (OpenJDK 11 full)
discover+:
filter: tag:jdk11
/headless: /headless:
summary: Basic smoke tests (OpenJDK 11 headless) summary: Basic smoke tests (OpenJDK 11 headless)
discover+:
filter: tag:jre11
environment+: environment+:
OPENJDK_HEADLESS: true OPENJDK_HEADLESS: "true"
prepare+: prepare+:
- how: shell - how: shell
script: | script: |
dnf -y erase java-*-openjdk dnf -y erase java-*-openjdk
/jdk17: /jdk17:
environment: environment+:
OPENJDK_VERSION: 17 OPENJDK_VERSION: "17"
prepare: prepare:
- how: install - how: install
exclude: exclude:
@ -63,19 +73,23 @@ execute:
/full: /full:
summary: Basic smoke tests (OpenJDK 17 full) summary: Basic smoke tests (OpenJDK 17 full)
discover+:
filter: tag:jdk17
/headless: /headless:
summary: Basic smoke tests (OpenJDK 17 headless) summary: Basic smoke tests (OpenJDK 17 headless)
discover+:
filter: tag:jre17
environment+: environment+:
OPENJDK_HEADLESS: true OPENJDK_HEADLESS: "true"
prepare+: prepare+:
- how: shell - how: shell
script: | script: |
dnf -y erase java-*-openjdk dnf -y erase java-*-openjdk
/jdk21: /jdk21:
environment: environment+:
OPENJDK_VERSION: 21 OPENJDK_VERSION: "21"
prepare: prepare:
- how: install - how: install
exclude: exclude:
@ -85,11 +99,15 @@ execute:
/full: /full:
summary: Basic smoke tests (OpenJDK 21 full) summary: Basic smoke tests (OpenJDK 21 full)
discover+:
filter: tag:jdk21
/headless: /headless:
summary: Basic smoke tests (OpenJDK 21 headless) summary: Basic smoke tests (OpenJDK 21 headless)
discover+:
filter: tag:jre21
environment+: environment+:
OPENJDK_HEADLESS: true OPENJDK_HEADLESS: "true"
prepare+: prepare+:
- how: shell - how: shell
script: | script: |