Adam Farley

Results 133 comments of Adam Farley

- [x] Step 1: Disable code that groups different jck targets together. - [x] Step 2: Run different jck targets in separate, concurrent pipeline stages. - This may be achieved...

This issue covers separating the tracking for jck remote jobs into separate jenkins stages for more detailed status tracking After investigation, it seems that tracking 4 different remote jobs via...

>... So I think we can poll query sequentially and once a job completes it can be marked as done. After all jobs are finished using stage to report the...

@andrew-m-leonard - Thanks for the reviews. I've tweaked the relevant code. Let me know if this works for you. :)

> > @andrew-m-leonard - Thanks for the reviews. I've tweaked the relevant code. Let me know if this works for you. :) > > @adamfarley I've just done a run...

> ``` > 10:49:59 Specified shared archive not found (c:\jenkins\workspace\Grinder\jdkbinary\j2sdk-image\bin\client\classes.jsa). > ``` > > seems like 32-bit windows have .jsa file generated for server VM but not for client VM...

We've also seen ReadFromNoaccessArea failures on aarch64 Windows ``` 02:18:52 STDERR: 02:18:52 stdout: [Reading from no access area... 02:18:52 ]; 02:18:52 stderr: [] 02:18:52 exitValue = -1073741819 02:18:52 02:18:52 java.lang.RuntimeException:...

I've been working on this task in the repository branch [here](https://github.com/adamfarley/ci-jenkins-pipelines/compare/master...adamfarley:ci-jenkins-pipelines:add_reproducibility_percentage_to_daily_build_summary). I've set up a temporary jenkins job [here](https://ci.adoptium.net/job/adam_temp_job/) to test it as I go along. The results are sent...

Update: The code works! We now gather the correct percentages from the correct locations. Intentionally untested comparable builds that will be tested in the future are labelled "NA". The output...

Ok, the final changes are in and proven to work. A PR has been raised here: https://github.com/adoptium/ci-jenkins-pipelines/pull/1113