Skip to content

Commit 14a69de

Browse files
committed
Fix BUILD_LIST for FIPS test builds
fixes: automation/issues/105 Signed-off-by: Lan Xia <[email protected]>
1 parent f7c3794 commit 14a69de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/build/common/openjdk_build_pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ class Build {
471471
testType = tokens[0] + "." + tokens[1]
472472
fipsTestBuildSuffix = tokens[2]
473473
rerunIterations = '0'
474-
buildList = "functional/OpenJcePlusTests,functional/security"
475474
}
476475
def keep_test_reportdir = buildConfig.KEEP_TEST_REPORTDIR
477476
if ("${testType}".contains('dev') || "${testType}".contains('external')) {
@@ -510,6 +509,7 @@ class Build {
510509
VENDOR_TEST_REPOS = ''
511510
VENDOR_TEST_BRANCHES = ''
512511
VENDOR_TEST_DIRS = ''
512+
buildList = "functional/OpenJcePlusTests,functional/security"
513513
}
514514
customizedSdkUrl += " " + testimageUrl
515515
} else if ("${testType}".contains('jck')) {

0 commit comments

Comments
 (0)