Stewart X Addison
Stewart X Addison
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...
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.
GA filenames are not coming out correctly. Needs to be changed from: ``` OpenJDK8U-jre_sparcv9_solaris_hotspot_jdk8u442-b06_adopt.tar.gz ``` to ``` OpenJDK8U-jre_sparcv9_solaris_hotspot_8u442b06.tar.gz ``` i.e. switch `jdk8u442-b06_adopt` for `8u442b06` (Note that x64 already has the...
[From March/April retrospective](https://github.com/adoptium/temurin/issues/74#issuecomment-2842260912): > Is Solaris simple pipeline setup to trigger? > We can't currently remove Solaris from jdk8_release.groovy, else build jobs wont generate? > but then Solaris gets launched...
Build jobs worked for the July release - some extra work is being done to secure the release pipelines but this will be merged shortly under https://github.com/adoptium/temurin-build/pull/4253
Prototype now working (although hard coded to a specific tag. There is a `dotests.x64.sh` script and a `dotests.sparcv9` script on the proxy host which is copied across to the target...
## 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: - sanity.openjdk: - jdk/lambda/vm/InterfaceAccessFlagsTest.java - sanity.system (All due to being unable to locate `mauve/mauve.jar`: - MauveSingleThrdLoad_HS_5m_0 - MauveSingleInvocLoad_HS_5m_0 - MauveMultiThrdLoad_5m_0 -...
@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/...
Test jobs currently being run from the top level "simplepipe" pipelines with `propagate: false` due the job failing with an `ERROR`state if one suite fails which is causing the pipeline...