Stewart X Addison
Stewart X Addison
PR is now working on Windows/docker systems. I've also tested on a newly created docker image and that works ok. Currently verifying that we haven't got any breaks in the...
That's interesting - the `ls -l` output on files is different depending on whether you reference it as `/cygdrive/c/` or `c:/`. This is from some debug added before the unstash...
Note that using a `chmod -R u+rwX`instead of `a+rwX` also doesn't work, as we get issues with another file. Compare [windbld#927](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/windbld/927/console) with `u` vs [windbld#928](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk21u/job/windbld/928/console) with `a` - the former...
Note to self, build 932 which was on build-azure-3 completed the initial build in 1h10m. build 933, by contrast, was on build-azure-2 and completed the same phase in 0h39m. The...
Will be Fixed-by: https://github.com/adoptium/ci-jenkins-pipelines/pull/1117
Builds were kicked off in the order JDK22, 8, 11, 17, and 21 in order to determine the worst-case scenario for the current latest LTS release. In each case the...
System has mostly quiesced now. Regens done to remove Linux/s390x from JDK22u and win32 from all relevant releases (8, 11, 17). Those plus the usual jdk8/arm32 will be triggered manually...
From the release pipelines in April 2024: JDK|64-bit|32-bit ---|---|--- JDK8 | [4h29](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-windows-x64-temurin/19/) (0) | [9h32](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk8u/job/jdk8u-release-windows-x86-32-temurin/) (3h) JDK11 | [9h30](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk11u/job/jdk11u-release-windows-x64-temurin/22/) (0h) | [12h16](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk11u/job/jdk11u-release-windows-x86-32-temurin/21/) (0h) JDK17 | [25h](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk17u/job/jdk17u-release-windows-x64-temurin/23/) | [13h](https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk17u/job/jdk17u-release-windows-x86-32-temurin/25/) JDK21 |...
FYI @steelhead31 perhaps we should look at what these times were like for the October release and then see whether the addition of dynamic machines for additional capacity has made...
Related: https://github.com/adoptium/ci-jenkins-pipelines/issues/895 which will potentially have an impact on space requirements