temurin-build: JDK-Next Windows Installer Failing
Platform: jdk_next-windows
Architecture: x64-hotspot
~https://ci.adoptopenjdk.net/view/Failing Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-windows-x64-hotspot JDK next has tests disabled for x64-Windows on nightlies but seems to be trying to run them anyway.~ This is an installer failure as per https://github.com/AdoptOpenJDK/openjdk-build/issues/1712#issuecomment-621933568
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
Running test: false
[Pipeline] parallel
[Pipeline] { (Branch: false)
[Pipeline] stage
[Pipeline] { (false)
[Pipeline] library
Only using first definition of library openjdk-jenkins-helper
[Pipeline] echo
Requested test job that does not exist or is disabled: Test_openjdk15_hs_false_x86-64_windows
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
Running on Jenkins in /home/jenkins/.jenkins/workspace/build-scripts/jobs/jdk/jdk-windows-x64-hotspot
[Pipeline] {
[Pipeline] stage
[Pipeline] { (installer)
[Pipeline] build (Building build-scripts » release » create_installer_windows)
Scheduling project: build-scripts » release » create_installer_windows
Starting building: build-scripts » release » create_installer_windows #3884
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
Execution error: null
[Pipeline] End of Pipeline
Finished: FAILURE
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 26 (26 by maintainers)
I’ll split off a couple of issues from this for me to work on
Either of those options would work @M-Davies - the first is simpler would require updating each time we do a new release (although it’s something we could cover in the new documentation on creating new releases at Adopt) The rest of the information should still be part of the filename in the JDK head case @aahlenst unless I’m mistaken.
But overall I’m slightly more inclined to lean towards passing parameters down just to increase reliability and reduce dependence on the filename structure.
This was caused by https://github.com/AdoptOpenJDK/openjdk-installer/pull/208 and https://github.com/AdoptOpenJDK/openjdk-installer/issues/207.
We really need a document that outlines the naming of the artifacts in different stages.