-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure all builds can run on multiple machines #1044
Comments
Also, https://ci.adoptopenjdk.net/job/build-scripts/job/release/job/create_installer_windows/ appears to be tied to a machine (maybe wix needs to be on more machines?):
|
Docker build jobs also appear machine-specific |
|
macos builds (Checked JDK11/J9) are tied to |
JDK8/J9/Win32 is locked to build-softlayer-win2012r2-x64-1 |
All AIX/J9 builds currently locked to https://ci.adoptopenjdk.net/computer/test-ibm-aix71-ppc64-1 (Requires AIX 7.1.5) |
JMC builds seem tied to the |
OpenJ9 JDK8 builds now released as they can run on either of the new windows |
NOTES:
|
@sxa Can this be moved to https://github.com/AdoptOpenJDK/ci-jenkins-pipelines? |
Debatable - it's not purely a fix to the tags in there, it's also about making sure appropariate systems are available. I don't care too much where it is though. |
Related: adoptium/infrastructure#1948 |
Note: The OpenJ9 builds (At least JDK8) are restricted to these two machines (not labelled to run on azure unlike others) |
Alibaba aarch64 builds are currently locked onto one machine (they have to run on alibaba hardware for now - we'll almost certainly have to allow both machines to be options for building. Today it got locked out because the docker_build_multiarch job got scheduled on there. |
SUMMARYMany of these have now been resolved. From the top:
Remaining:
|
This may be a duplicate, but we have some jobs that are currently locked onto specific build machines. For redundancy reasons this is a bad idea. Reasons are likely historic and hopefully not valid any more but we need to validate this and modify the tags:
EDIT 22/4/2020: The list below is now far smaller so of the original list we only have Corretto JDK8 explicitly locked to a hostname now (although others are locked for other tagging reasons - see comments)
Original list for historic reference:
jdk8u-windows-x64-openj9 is also locked to build-softlayer-win2012r2-x64-1 for some reason at present - likely because we've historically had custom setups on the windows boxes due to the lack of a standard playbook and have installed some custom compilers and appropriate tags on certain machines
The text was updated successfully, but these errors were encountered: