We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c3794 + 14a69de commit c246585Copy full SHA for c246585
pipelines/build/common/openjdk_build_pipeline.groovy
@@ -471,7 +471,6 @@ class Build {
471
testType = tokens[0] + "." + tokens[1]
472
fipsTestBuildSuffix = tokens[2]
473
rerunIterations = '0'
474
- buildList = "functional/OpenJcePlusTests,functional/security"
475
}
476
def keep_test_reportdir = buildConfig.KEEP_TEST_REPORTDIR
477
if ("${testType}".contains('dev') || "${testType}".contains('external')) {
@@ -510,6 +509,7 @@ class Build {
510
509
VENDOR_TEST_REPOS = ''
511
VENDOR_TEST_BRANCHES = ''
512
VENDOR_TEST_DIRS = ''
+ buildList = "functional/OpenJcePlusTests,functional/security"
513
514
customizedSdkUrl += " " + testimageUrl
515
} else if ("${testType}".contains('jck')) {
0 commit comments