Skip to content

Commit

Permalink
Auto gen remote temurin compliance test jobs for ea builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Nov 8, 2024
1 parent 174a0c1 commit 7fe1cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ class Build {
context.echo "sdkUrl is ${sdkUrl}"
def remoteTargets = [:]
def additionalTestLabel = buildConfig.ADDITIONAL_TEST_LABEL
def aqaAutoGen = buildConfig.AQA_AUTO_GEN ?: false
def setupJCKRun = false
if (buildConfig.SCM_REF && buildConfig.AQA_REF && sdkUrl.contains("release")) {
setupJCKRun = true
Expand Down Expand Up @@ -645,6 +646,7 @@ class Build {
context.MapParameter(name: 'APPLICATION_OPTIONS', value: "${appOptions}"),
context.MapParameter(name: 'LABEL_ADDITION', value: additionalTestLabel),
context.MapParameter(name: 'cause', value: "Remote triggered by job ${env.BUILD_URL}"), // Label is lowercase on purpose to map to the Jenkins target reporting system
context.MapParameter(name: 'AUTO_AQA_GEN', value: "${aqaAutoGen}"),
context.MapParameter(name: 'SETUP_JCK_RUN', value: "${setupJCKRun}")]),
remoteJenkinsName: 'temurin-compliance',
shouldNotFailBuild: true,
Expand Down

0 comments on commit 7fe1cf3

Please sign in to comment.