Stewart X Addison

Results 1807 comments of Stewart X Addison

Machine defined as [dockerhost-azure-solaris-proxy](https://ci.adoptium.net/computer/dockerhost%2Dazure%2Dsolarisproxy/) (Currently another jenkins agent on the host machine) and will be prototyped with the [jdk8u-solaris-x64-temurin-simple](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simple) job

https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simple/ First job which ran green and collected some artifacts. Need to make sure it includes anything else required - testimages etc. and ideally ensure the artifact layout is the...

Todo: - Ensure metadata files are archived - GPG signing - Test case execution - Ensure test `.tap` results can be parsed

I had a discussion with @smlambert today where I shared the scripts I'm using for this prototype activity. It sounds like what I've got will be feasible. There is a...

I'm starting with option 2 as a proof-of-concept then we can adapt later if desired: - https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest/ Note that the `TEST_JDK_PARAMETER` in that job does nothing - the place to...

I've now set up [jdk8u-solaris-x64-temurin-simple](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simple/) to trigger [jdk8u-solaris-x64-temurin-simpletest](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest/) afterwards and have adjusted the test job so that (for now) it ignores the parameters of which test to run and runs...

The above jobs worked ok and https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin-simpletest/11/artifact/ (triggered from build job 33) successfully created two separate directories with the TAP file from the two suites. I've now modified the test...

DIffernces between [EA](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-solaris-x64-temurin/522/parameters/) and [release](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-solaris-x64-temurin/25/parameters/) jobs: - `special.openjdk` and `dev.functional` are not included in the GA builds runs - `BUILD_REF`, `CI_REF` and `HELPER_REF` are specified - `RELEASE` is `true` and...

Purely for consistency at the moment I have created a `vagrant` user on the SPARC machines. I've set the number of executors on the proxy agent to 2 so it...

Note that we will still need a solution for enabling GPG signing of these builds. It may require a small piece of pipeline code to enable that (which would possibly...