Update yaml

This commit is contained in:
James Antill 2022-08-08 12:41:02 -04:00
commit 2283547ec9
7 changed files with 1281 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

0
.gitignore vendored Normal file
View File

11
gating.yaml Normal file
View 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

File diff suppressed because it is too large Load Diff

5
plans/smoke-jdk11.fmf Normal file
View 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
View 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
View 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