AdamBrousseau
AdamBrousseau
**What are you trying to do?** If we launch a build with a custom list of test buckets, specs that have a hardcoded list in the groovy config file (eg...
Related/Similar AdoptOpenJDK/ci-jenkins-pipelines#50 https://github.com/AdoptOpenJDK/openjdk-build/blob/282058709909733381464dcb67b7f0d13dca4e13/pipelines/build/common/openjdk_build_pipeline.groovy#L226 The function for sign build has some hardcoded values which could be parameterized to make the scripts more portable. #### Lables https://github.com/AdoptOpenJDK/openjdk-build/blob/282058709909733381464dcb67b7f0d13dca4e13/pipelines/build/common/openjdk_build_pipeline.groovy#L237 `def nodeFilter = "${buildConfig.TARGET_OS}"` https://github.com/AdoptOpenJDK/openjdk-build/blob/282058709909733381464dcb67b7f0d13dca4e13/pipelines/build/common/openjdk_build_pipeline.groovy#L242...
For OpenJ9 builds, the openj9 sha used to compile the SDK should be passed to test. Sometimes there are code changes with matching test changes. If such a change is...
Similar to #176 The builds grab a master executor and then wait in 15 minute increments for the openjdkNN-pipleline to finish running. They should either remove this dependency completely or...
**Expected behaviour:** Shouldn't hold an executor while not doing work https://github.com/adoptium/ci-jenkins-pipelines/blob/5247c3aacc24aeb5db6e225f54c99aaa1a03c1a4/pipelines/build/common/openjdk_build_pipeline.groovy#L601 Also not sure why only the mac case does a cleanup https://github.com/adoptium/ci-jenkins-pipelines/blob/5247c3aacc24aeb5db6e225f54c99aaa1a03c1a4/pipelines/build/common/openjdk_build_pipeline.groovy#L604 I guess there's other things that go...
**What are you trying to do?** Build & Test with a custom openjdk repo/branch. **Expected behaviour:** Pass custom branch via jdkXX_pipeline_config buildArgs `--disable-adopt-branch-safety -r -b `. Compile clones and checks...
1. Cloning the OpenJ9 extensions repo. This is a blocker for me. - There is a flag in [configureBuild.sh](https://github.com/AdoptOpenJDK/openjdk-build/blob/2e553357a834a2557d6379e47697ee20d52ee70f/configureBuild.sh#L175) that will swap the url but it proceeds assuming there is...
- Request for new playbook addition Details: OpenJ9 compiles require an Nvidia Cuda lib (or few) on Linux (ppc64le and x64) in order to compile with cuda support. There is...