Add gating tests

This commit is contained in:
Marián Konček 2022-03-25 14:19:26 +01:00
parent dc724ff42d
commit 3160163892
5 changed files with 51 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

8
gating.yaml Normal file
View File

@ -0,0 +1,8 @@
--- !Policy
product_versions:
- fedora-*
decision_contexts:
- bodhi_update_push_testing
- bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -0,0 +1,14 @@
summary:
Run javapackages-specific tests - OpenJDK 11
prepare:
how: install
exclude:
- maven-openjdk8
- maven-openjdk17
discover:
how: fmf
url: https://pagure.io/javapackages-validator-tests
execute:
how: tmt
environment:
FMF_PACKAGE: maven

View File

@ -0,0 +1,14 @@
summary:
Run javapackages-specific tests - OpenJDK 17
prepare:
how: install
exclude:
- maven-openjdk8
- maven-openjdk11
discover:
how: fmf
url: https://pagure.io/javapackages-validator-tests
execute:
how: tmt
environment:
FMF_PACKAGE: maven

View File

@ -0,0 +1,14 @@
summary:
Run javapackages-specific tests - OpenJDK 8
prepare:
how: install
exclude:
- maven-openjdk11
- maven-openjdk17
discover:
how: fmf
url: https://pagure.io/javapackages-validator-tests
execute:
how: tmt
environment:
FMF_PACKAGE: maven