Skip to content

Commit 52a3f90

Browse files
add aqaTestPipelineEntry
1 parent f2fae7f commit 52a3f90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildenv/jenkins/aqaTestPipeline.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ node {
109109
string(name: 'TEST_FLAG', value: TEST_FLAG),
110110
string(name: 'APPLICATION_OPTIONS', value: APPLICATION_OPTIONS),
111111
booleanParam(name: 'KEEP_REPORTDIR', value: keep_reportdir),
112-
booleanParam(name: 'SETUP_JCK_RUN', value: SETUP_JCK_RUN)
112+
booleanParam(name: 'SETUP_JCK_RUN', value: SETUP_JCK_RUN),
113+
booleanParam(name: 'DYNAMIC_COMPILE', value: params.DYNAMIC_COMPILE)
113114
], wait: true
114115
def result = downstreamJob.getResult()
115116
echo " ${TEST_JOB_NAME} result is ${result}"

buildenv/jenkins/aqaTestPipelineEntry.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ for (i in 0..(PLATFORMS.size() - 1)) {
5858
string(name: 'JVM_OPTIONS', value: params.JVM_OPTIONS),
5959
string(name: 'JDK_REPO', value: params.JDK_REPO),
6060
string(name: 'JDK_BRANCH', value: params.JDK_BRANCH),
61+
string(name: 'PARALLEL', value: 'None'),
6162
booleanParam(name: 'KEEP_WORKSPACE', value: params.KEEP_WORKSPACE)
6263
]
6364
JOBS["${JOB_NAME}"] = {

0 commit comments

Comments
 (0)