Skip to content

Commit

Permalink
Merge pull request adoptium#152 from llxia/test3
Browse files Browse the repository at this point in the history
Temporarily disable system tests for FIPS
  • Loading branch information
AdamBrousseau authored Apr 19, 2023
2 parents 14aa8d3 + d3a713c commit 8897071
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ class Config11 {
'special.jck.fips',
'sanity.openjdk.fips',
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips',
'dev.jck'
]
],
Expand Down
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,7 @@ class Config17 {
'extended.jck.fips',
'special.jck.fips',
'sanity.openjdk.fips',
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'extended.openjdk.fips'
]
],
additionalTestLabels: [
Expand Down
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk19u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ class Config19 {
'extended.jck.fips',
'special.jck.fips',
'sanity.openjdk.fips',
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'extended.openjdk.fips'
]
],
cleanWorkspaceAfterBuild: true,
Expand Down
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk20u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ class Config20 {
"extended.jck.fips",
"special.jck.fips",
"sanity.openjdk.fips",
"extended.openjdk.fips",
"sanity.system.fips",
"extended.system.fips",
"special.system.fips"
"extended.openjdk.fips"
]
],
cleanWorkspaceAfterBuild: true,
Expand Down
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ class Config8 {
'extended.jck.fips',
'special.jck.fips',
'sanity.openjdk.fips',
'extended.openjdk.fips',
'sanity.system.fips',
'extended.system.fips',
'special.system.fips'
'extended.openjdk.fips'
]
],
configureArgs : [
Expand Down

0 comments on commit 8897071

Please sign in to comment.