Skip to content

Commit

Permalink
debug for pr tester
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Nov 13, 2024
1 parent e1d0223 commit 79d4970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,7 @@ def buildScriptsAssemble(
context.println '[CHECKOUT] Checking out to adoptium/temurin-build...'
repoHandler.checkoutAdoptBuild(context)
printGitRepoInfo()
context.println "TARGET_OS = " + buildConfig.TARGET_OS + ", JAVA_TO_BUILD = " + buildConfig.JAVA_TO_BUILD + ", enableSigner = " + enableSigner
if ((buildConfig.TARGET_OS == 'mac' || buildConfig.TARGET_OS == 'windows') && buildConfig.JAVA_TO_BUILD != 'jdk8u' && enableSigner) {
context.println "Generating exploded build" // , sign JMODS, and assemble build, for platform ${buildConfig.TARGET_OS} version ${buildConfig.JAVA_TO_BUILD}"
def signBuildArgs // Build args for make-adopt-build-farm.sh
Expand Down Expand Up @@ -1983,7 +1984,9 @@ def buildScriptsAssemble(
} finally {
// Archive any artifacts including failed make logs, unless doing internal
// signing where we will perform this step after the assemble phase
context.println("SXAEC1")
if (!((buildConfig.TARGET_OS == 'mac' || buildConfig.TARGET_OS == 'windows') && buildConfig.JAVA_TO_BUILD != 'jdk8u' && enableSigner)) {
context.println("SXAEC2")
try {
context.timeout(time: buildTimeouts.BUILD_ARCHIVE_TIMEOUT, unit: 'HOURS') {
// We have already archived cross compiled artifacts, so only archive the metadata files
Expand Down

0 comments on commit 79d4970

Please sign in to comment.