Shelley Lambert

Results 404 comments of Shelley Lambert

Related to running tests in Jenkins against JREs: https://github.com/adoptium/aqa-tests/pull/3024

I think as long as they easily complete within the 10 hour timeout window it is sufficient. If we were to enable running in parallel on this platform, the calculated...

Answering ahead of Sophia, yes, we can enable without additional Pis.

A good candidate location for the release notes script is the https://github.com/adoptium/github-release-scripts/ repository. (related: https://github.com/adoptium/github-release-scripts/issues/92).

One other possible location would be in this repository as part of the Temurin build. Why? Its a build artifact and other artifacts like SBOM gets produced as part of...

Agree, prototyping is always a good way to start, then we have something to assess, discuss and improve. I think you can restrict the initial prototype even further, to just...

Some notes, before implementing a 'solution', would be good to: - outline the requirements clearly - uncouple 'what we need to do' from 'how we are going to implement it'...

re: https://github.com/adoptium/temurin-build/issues/3013#issuecomment-1177555468 - thanks @steelhead31, it is very helpful to see all of the variants laid out in the spreadsheet

Based on all of the information we have gathered so far, here is what we know about this smoke test: - Passes on other platforms, only hanging on alpine-linux -...

What I am wondering is what is this block of code doing for the alpine-linux case for smoke tests: https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L193-L198