Stéphane MERLE

Results 102 comments of Stéphane MERLE

as per https://github.com/jenkins-infra/helpdesk/issues/4738 we need to create our own Garbage collector, the included one is useless in our way of using the registry (more a proxy), and might be increasing...

Multiple solutions have been discussed: - cronjob using a brand new image `https://github.com/jenkins-infra/docker-infratools` but when discussing we discovered that we will have a problem to mount the disk as a...

@MarkEWaite discovered a problem on windows where the zip file for jdk-25+25 contain the version of jdk26+1, I opened an issue on the api github https://github.com/jenkins-infra/packer-images/pull/2027 but this show that...

the updatecli condition is coming here: https://github.com/jenkins-infra/packer-images/pull/2036 we need to find an alternative to goss, to avoid letting those kind of problem occuring (see https://infra.ci.jenkins.io/job/infra-tools/job/packer-images/job/main/2170/pipeline-overview/log?nodeId=140 goss test on windows going...

ci.jenkins.io tools have been updated with jdk25 ea for linux only for now: remaining task: - [x] test jdk25 for linux/arm64, linux/amd64, linux/s390x in replay on infra-check job - [...

tools have been checked on the 3 kinds amd/arm/s390x linux only for now ``` + mvn -v 10:43:11 Apache Maven 3.9.10 (5f519b97e944483d878815739f519b2eade0a91d) 10:43:11 Maven home: /usr/share/apache-maven-3.9.10 10:43:11 Java version: 25-beta,...

working on providing the agents see https://github.com/jenkins-infra/jenkins-infra/pull/4271 we need to provide agents with jdk25 in their label in order to be able to use it with buildplugins.

All agents are now available with jdk25 early available on ci.jenkins.io

> * And also acceptance tests: [jenkins-infra/acceptance-tests@`check-agent-availability`/Jenkinsfile#L17](https://github.com/jenkins-infra/acceptance-tests/blob/check-agent-availability/Jenkinsfile?rgh-link-date=2024-07-24T17%3A05%3A23Z#L17) need to check on arm64 availability

WIP Custom Docker Image: need to perform with 2 FROM, one with official azcopy support and the official geoipupdate. - [x] -> use the TTD to ensure this contract -...