Skip to content

Commit

Permalink
Add FIPS 140-2 tests to nightly/weekly configuration
Browse files Browse the repository at this point in the history
- Add 'sanity.jck', 'extended.jck','special.jck', 'sanity.openjdk', and
'extended.openjdk' to the nightly/weekily

related: https://github.ibm.com/runtimes/automation/issues/106

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Nov 20, 2024
1 parent c183b38 commit c6ecb23
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ class Config8 {
'sanity.system',
'extended.functional',
'extended.openjdk',
'special.system'
'special.system',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
],
weekly : [
'sanity.functional',
Expand Down Expand Up @@ -209,7 +214,12 @@ class Config8 {
'sanity.system',
'extended.functional',
'extended.openjdk',
'special.system'
'special.system',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
],
weekly : [
'sanity.functional',
Expand Down Expand Up @@ -299,7 +309,12 @@ class Config8 {
'sanity.system',
'extended.functional',
'extended.openjdk',
'special.system'
'special.system',
'sanity.jck.fips140_2',
'extended.jck.fips140_2',
'special.jck.fips140_2',
'sanity.openjdk.fips140_2',
'extended.openjdk.fips140_2'
],
weekly : [
'sanity.functional',
Expand Down

0 comments on commit c6ecb23

Please sign in to comment.