Skip to content

Commit

Permalink
Fix BUILD_LIST for FIPS test builds
Browse files Browse the repository at this point in the history
fixes: automation/issues/105

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Nov 5, 2024
1 parent f7c3794 commit 14a69de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ class Build {
testType = tokens[0] + "." + tokens[1]
fipsTestBuildSuffix = tokens[2]
rerunIterations = '0'
buildList = "functional/OpenJcePlusTests,functional/security"
}
def keep_test_reportdir = buildConfig.KEEP_TEST_REPORTDIR
if ("${testType}".contains('dev') || "${testType}".contains('external')) {
Expand Down Expand Up @@ -510,6 +509,7 @@ class Build {
VENDOR_TEST_REPOS = ''
VENDOR_TEST_BRANCHES = ''
VENDOR_TEST_DIRS = ''
buildList = "functional/OpenJcePlusTests,functional/security"
}
customizedSdkUrl += " " + testimageUrl
} else if ("${testType}".contains('jck')) {
Expand Down

0 comments on commit 14a69de

Please sign in to comment.