Skip to content

Commit

Permalink
enable full functional tests for FIPS (#4396)
Browse files Browse the repository at this point in the history
related: runtimes/backlog/issues/1034

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia committed Mar 7, 2023
1 parent 43354d1 commit b009054
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ timestamps{
if (params.TEST_FLAG == "FIPS") {
LABEL = LABEL.minus("ci.role.test&&").concat("&&ci.role.test.fips")
env.EXTRA_OPTIONS += " -Dsemeru.fips=true"
// For FIPS functional testing, limit BUILD_LIST to FIPS test folder
if (JOB_NAME.contains ("functional") && JOB_NAME.contains("_fips")) {
env.BUILD_LIST = "functional/cmdLineTests/fips"
}
}

// Temporarily exclude ubuntu 22 machines for criu sanity.external pipeline
Expand Down

0 comments on commit b009054

Please sign in to comment.