ci-jenkins-pipelines
ci-jenkins-pipelines copied to clipboard
jenkins pipeline build scripts
JMH is another code-tools openjdk project which release pretty randomly. JMH suite itslef is engine to run benchamrks, and reelased versions are apearing in maven repos (similarly as jcstress). JMH...
Looks like the line that obtains the dockerImageDigest is within a !rhel section. Line: https://github.com/adoptium/ci-jenkins-pipelines/blob/27eb2279760e68b4a305553d31d82f4275c76fbf/pipelines/build/common/openjdk_build_pipeline.groovy#L2013 simply needs moving to outside the "!rhel" check
From 2024 April release dry run period, the current automatic disabling of tests from the "Saturday prior to release tuesday" is not early enough as it can interfere with dry-runs....
Those are based on closest (which were actually that day last) commit hashes. junit tests are passing. In addition shortened hash to 7 latters and uses jdk17 to tip Should...
Bumps [github/super-linter](https://github.com/github/super-linter) from 5.0.0 to 6. Release notes Sourced from github/super-linter's releases. v6 Full Changelog: https://github.com/github/super-linter/compare/v4.10.2...v6 Changelog Sourced from github/super-linter's changelog. Changelog 6.4.1 (2024-04-22) 🐛 Bugfixes configure ruff with a...
Related to https://github.com/adoptium/aqa-tests/issues/5261, we would like to build several versions of jcstress.jar Related code: https://github.com/adoptium/ci-jenkins-pipelines/tree/master/tools/code-tools Recent run in Jenkins at https://ci.adoptium.net/view/Dependencies/job/dependency_pipeline/1155/artifact/jcstress/ shows what we currently build.
Perform a "bootstrap" DevKit build to ensure final DevKit dependencies are built with identical gcc
Fixes https://github.com/adoptium/ci-jenkins-pipelines/issues/1008 Performs an initial DevKit build using the environment gcc, then builds the "final" DevKit using the gcc toolchain from the bootstrap DevKit
The current Adoptium DevKit when compared to an equivalent externally built DevKit produces non-identical libraries, differing due to the ordering of the .dynsym section. The cause has been tracked down...
There are additional parameters needed for successful remote triggering of test jobs on the remote temurin-compliance server See: https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L601-L612 - we should percolate the AUTO_AQA_GEN=true (for the cases where the...