Skip to content

Commit

Permalink
Reapply "Fix up empty bits"
Browse files Browse the repository at this point in the history
This reverts commit c84ce71.
  • Loading branch information
sxa committed Oct 30, 2024
1 parent c84ce71 commit f48c1b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ def buildScriptsAssemble(
cleanWorkspace,
cleanWorkspaceAfter,
cleanWorkspaceBuildOutputAfter,
https://ci.adoptium.net/ useAdoptShellScripts,
useAdoptShellScripts,
enableSigner,
envVars
)
Expand Down Expand Up @@ -2428,10 +2428,9 @@ def buildScriptsAssemble(
platform = 'x86-64_' + buildConfig.TARGET_OS
} else {
platform = buildConfig.ARCHITECTURE + '_' + buildConfig.TARGET_OS
}
}
if ( !(buildConfig.JAVA_TO_BUILD == 'jdk8u' && platform == 's390x_linux') ) {
context.echo "openjdk_build_pipeline: Remote trigger Eclipse Temurin AQA_Test_Pipeline job with ${platform} ${buildConfig.JAVA_TO_BUILD}"

def remoteTargets = remoteTriggerJckTests(platform, filename)
context.parallel remoteTargets
}
Expand Down Expand Up @@ -2467,7 +2466,6 @@ def buildScriptsAssemble(
}
}
}
// } // assemble stage
}

return {
Expand Down

0 comments on commit f48c1b6

Please sign in to comment.