Stewart X Addison
Stewart X Addison
> > Is sles12-2 alrady on SP5? > Yes, it is. Given that [SP3 was out of general support at the end of June 2019 (Extended support was available until...
I'm going to cancel this since Temurin now builds natively for JDK17+
Had a look at the log for something else today. We've still got: - `USE_TESTENV_PROPERTIES` on most of the test jobs giving the warning - `RELEASE_TAG` showing ONLY on Test_openjdk11_j9_sanity.openjdk_x86-64_linux...
@smlambert Most of these are looking good now, but [Test_openjdk8_dragonwell_sanity.system_aarch64_linux](https://ci.adoptium.net/job/Test_openjdk8_dragonwell_sanity.system_aarch64_linux/) is still throwing messages about `GENERATE_JOBS` being missing, and that looks to be correct. Can that one be regenerated too?...
A number of the `NODE_LABEL` messages are from `sign_temurin_gpg` which is hard coded to use a label of `gpgsign` but a parameter for it is [still being passed in](https://github.com/adoptium/ci-jenkins-pipelines/blob/d5d784ed0ee60e7d94f289a704a23463ae7bc958/pipelines/build/common/openjdk_build_pipeline.groovy#L853). Since...
@andrew-m-leonard After merging https://github.com/adoptium/ci-jenkins-pipelines/pull/668 we've still got a few remaining occurrences on the PR tester jobs which will need addressing: ``` 244 Skipped parameter `NODE_LABEL` as it is undefined on...
@smlambert @sophia-guo This is the remaining list from the test jobs. Interestingly most of these seem to be on JDK17 jobs. A number of the `extended.openjdk` jobs will have been...
After to fix https://github.com/adoptium/ci-jenkins-pipelines/issues/312 it's looking a lot cleaner :-) We do still have quite a few others but I can raise that in ``` 2023-06-13 10:26:01.984+0000 [id=1607485] WARNING hudson.model.ParametersAction#filter:...
Current status: - Bisheng, Dragonwell and OpenJ9 build SmokeTest jobs have the issue with the `DYNAMIC_COMPILE` parameter - In test jobs, there are issues with `GENERATE_JOBS`, `DYNAMIC_COMPILE` and `USE_TESTENV_PROPERTIES` and...
@smlambert @sophia-guo I just checked the logs today and most of the remaining ones seem to be from a small number of jobs - `Grinder_testList_0` and some of the JDK17...