Stewart X Addison

Results 285 issues of Stewart X Addison

Despite the following from : ``` create_job_from_template.groovy: numToKeep(10) create_job_from_template.groovy: artifactNumToKeep(1) ``` We appear to be keeping far more builds than that in the pipelines: ``` root@Ubuntu-1604-xenial-64-minimal /home/jenkins/.jenkins/jobs/build-scripts/jobs # for A...

bug

Pipeline statuses at https://ci.adoptopenjdk.net/job/build-scripts/job/openjdk15-pipeline/ currently showing green despite all but one of the [jobs under it](https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk/) failing. (I've got [a fix in for the current issue](https://github.com/AdoptOpenJDK/openjdk-build/pull/1563) as to why they're...

bug

Current process is to disable nightly testing, but not buids, during a release cycle. For at least some pipelines, only one artefact is being kept. This means that it is...

enhancement

Fixes https://github.com/adoptium/temurin/issues/28#issuecomment-2085303993 Recommend reviewing ignoring whitespace as this is a simple change but adds indents due to the if section.

We are currently using CentOS6/7 containers to build Temurin most of our major Linux platforms. CentOS7 (the [last one still in support](https://github.com/adoptium/infrastructure/wiki/End-of-support-date-for-OS-distributions#centos-temurins-primary-build-distribution) is being stopped atht end of June 2024....

ansible
docker

**Describe the bug** I was trying to add the table to the [blog post for the April releases](https://github.com/adoptium/adoptium.net/pull/2803) but the links to the release notes do not work so I...

bug

With our switch to building on devkits on most Linux platforms it should not matter which base image we are using for the builds, as long as it can have...

enhancement
secure-dev

There have been very few updates to the top level README.md in the temurin-build and ci-jenkins-pipelines repositories, and so we should look at them and see if they are "fit...

docker
macos
jenkins
documentation
testing

Ref: - https://github.com/adoptium/infrastructure/issues/3501#issuecomment-2160713162 (Confirmed on JDK17, but probably more widespread) - https://fosstodon.org/@sxa/112439989472057061 As described in [the comment about the s390x](https://github.com/adoptium/infrastructure/issues/3501#issuecomment-2105675393) results, some of the `tools/jpackage` tests in jdk_tools (`jdk_tools_0` target...

The following two tests fail on Amazon Linux 2023 but it's not limited to that platform (Verified on Debian12 and Ubuntu 24.04): - [sun/nio/cs/TestCharsetMapping.java](https://ci.adoptium.net/job/Grinder/10264/testReport/sun_nio_cs_TestCharsetMapping/) - Not immediately obvious which is...