-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Create new jobs to handle running Solaris builds via a Linux proxy machine #4098
Comments
SPARC job doesn't seem to be doing too well: https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-temurin-simple/
|
Both x64 and SPARC jobs are now running successfully. A top level pipeline has also been put in place to allow it to schedule the build, signing, test and release jobs. |
Publish is currently happening with a filename containing the TIMESTAMP specified to the release job instead of the tag, but otherwise the pipelines are now working. |
This issue covers the implementation of what was discussed in adoptium/infrastructure#3742 (comment)
Current status: Prototype jobs have been created for x64 and SPARC at:
These are currently connecting to the target machine as the
vagrant
user (even on SPARC where I've created a user with that name for consistency). Note that the final solution should not use the vagrant user as that has sudo access on the "real" vagrant VMs.These jobs are currently running with a post-build trigger of the corresponding test jobs described in #4099
Equivalent release jobs will also be required.
The text was updated successfully, but these errors were encountered: