Update yaml
This commit is contained in:
commit
2283547ec9
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
11
gating.yaml
Normal file
11
gating.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate_modules
|
||||||
|
subject_type: redhat-module
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.other.functional}
|
||||||
|
# - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}
|
||||||
|
# - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional}
|
||||||
|
# - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier3.functional}
|
||||||
|
# - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional}
|
1254
maven.yaml
Normal file
1254
maven.yaml
Normal file
File diff suppressed because it is too large
Load Diff
5
plans/smoke-jdk11.fmf
Normal file
5
plans/smoke-jdk11.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Basic smoke test - OpenJDK 11
|
||||||
|
execute:
|
||||||
|
script:
|
||||||
|
- dnf -y swap maven-jdk-binding maven-openjdk11
|
||||||
|
- mvn -V dependency:get -Dartifact=junit:junit:4.12 && stat $HOME/.m2/repository/junit/junit/4.12/junit-4.12.jar
|
5
plans/smoke-jdk17.fmf
Normal file
5
plans/smoke-jdk17.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Basic smoke test - OpenJDK 17
|
||||||
|
execute:
|
||||||
|
script:
|
||||||
|
- dnf -y swap maven-jdk-binding maven-openjdk17
|
||||||
|
- mvn -V dependency:get -Dartifact=junit:junit:4.12 && stat $HOME/.m2/repository/junit/junit/4.12/junit-4.12.jar
|
5
plans/smoke-jdk8.fmf
Normal file
5
plans/smoke-jdk8.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Basic smoke test - OpenJDK 8
|
||||||
|
execute:
|
||||||
|
script:
|
||||||
|
- dnf -y swap maven-jdk-binding maven-openjdk8
|
||||||
|
- mvn -V dependency:get -Dartifact=junit:junit:4.12 && stat $HOME/.m2/repository/junit/junit/4.12/junit-4.12.jar
|
Loading…
Reference in New Issue
Block a user