Skip to content

Commit

Permalink
Merge pull request adoptium#193 from AdamBrousseau/fips_release_jdk8
Browse files Browse the repository at this point in the history
Define release test lists for jdk8
  • Loading branch information
AdamBrousseau authored Dec 15, 2023
2 parents 2539da0 + 467d10b commit fb51989
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,29 @@ class Config8 {
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
],
release : [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system',
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'sanity.external',
'sanity.functional.fips140_2',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
]
],
configureArgs : [
Expand Down Expand Up @@ -170,6 +193,29 @@ class Config8 {
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
],
release : [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system',
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'sanity.external',
'sanity.functional.fips140_2',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
]
],
buildArgs : [
Expand Down Expand Up @@ -223,6 +269,29 @@ class Config8 {
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
],
release : [
'sanity.functional',
'extended.functional',
'sanity.openjdk',
'sanity.perf',
'sanity.jck',
'sanity.system',
'special.system',
'extended.openjdk',
'extended.perf',
'extended.jck',
'extended.system',
'special.functional',
'special.jck',
'sanity.external',
'sanity.functional.fips140_2',
'extended.functional.fips140_2',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
]
],
cleanWorkspaceAfterBuild: true,
Expand Down

0 comments on commit fb51989

Please sign in to comment.