-
-
Notifications
You must be signed in to change notification settings - Fork 251
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 tests via a Linux proxy machine #4099
Comments
Prototype now working (although hard coded to a specific tag. There is a It needs to be parameterised to be able to take the tag/URL as a parameter (for use when retrieving the artifact directly from jenkins, since we can't use |
Verification (Solaris/x64)Failures (based on looking at https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest/50/tapResults:
Solaris/SPARCThe SPARC run had mostly the same failures although
|
These test failures were seen in the old Solaris pipelines: Sparc:
x64: These test failures appear to be new: Sparc:
x64: in progress
|
@adamfarley FYI I've brought the "normal" solaris jenkins agents for the test boxes back online in case you want to try anything via Grinder |
@adamfarley Also if you're going to run grinders it would probably be good to compare on the last published EA ones and the "new" builds from my pipelines in https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-sparcv9-temurin-simplepipe/ and https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simplepipe/ just in case there's something wrong with the build itself. |
Sure thing. TLDR: No problems on the new build that weren't on the old build (when run in Grinder, anyway). Details:x64: OpenJDK result: All tests passed except for the jdk_math_jre_0 target which failed in both cases with the same error System result:
This error occurs with both old and new builds, so the framework is equally broken in both cases. :/ sparc: OpenJDK result: Targets passed, except for math jre, which failed on both builds. Custom reruns are here: Old build, new build. System result: Same as above. stf.pl not found. |
This covers the implementation of what has been 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).Jobs are currently set up to run the full AQA suite of tests instead of running as individual jobs but that can be changed later if desired and archive the artefacts
The text was updated successfully, but these errors were encountered: