Add gating tests
This commit is contained in:
parent
dc724ff42d
commit
3160163892
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
8
gating.yaml
Normal file
8
gating.yaml
Normal 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}
|
14
plans/javapackages-jdk11.fmf
Normal file
14
plans/javapackages-jdk11.fmf
Normal 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
|
14
plans/javapackages-jdk17.fmf
Normal file
14
plans/javapackages-jdk17.fmf
Normal 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
|
14
plans/javapackages-jdk8.fmf
Normal file
14
plans/javapackages-jdk8.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user