Shelley Lambert
Shelley Lambert
We have been doing this manually, changing the tag_version values in set_test_info in [common_functions.sh](https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/external/common_functions.sh#L176), but should also look at what it would take to automate this. Related: https://developer.github.com/v3/repos/releases/#get-the-latest-release https://stackoverflow.com/questions/58465057/trigger-a-github-action-when-another-repository-creates-a-new-release Where...
To simplify the launching of Trestle pipelines (listed below), we intend to create a parent job that allows for launching certain features and backports from developers who work for Adoptium...
Update and move the scripts from https://github.com/smlambert/release-aqavit/tree/main/scripts into aqa-tests repo and create a workflow for this process. Workflow can be manually run for now, but can consider adding a schedule...
Need to investigate java os.name property value ${buildjdk.os.name} not recognised. Update the get-platform-prefix macrodef in stf.build/include/top.xml --- From https://ci.adoptium.net/job/Test_openjdk23_hs_extended.system_ppc64_aix_testList_0/5/console running on build-osuosl-aix72-ppc64-3 : ``` 02:52:00 BUILD FAILED 02:52:00 /home/jenkins/workspace/Test_openjdk23_hs_extended.system_ppc64_aix_testList_0/aqa-tests/TKG/scripts/build_test.xml:95: The...
Expectations/notes to add: - PRs should be related to a descriptive issue (giving context for the change and if possible estimated severity of the problem) - Between approvals and merging,...
Found during release triage, see https://github.com/adoptium/temurin/issues/50#issuecomment-2244532293 and https://github.com/adoptium/aqa-tests/issues/5441#issuecomment-2238991962 [testenvSettings.sh](https://github.com/adoptium/aqa-tests/blob/master/scripts/testenv/testenvSettings.sh) needs to be fixed to work properly on sparcv9 Solaris, not seen on x86 Solaris nodes.
Allows [TRSS_Code_Sync](https://ci.adoptium.net/view/Test_grinder/job/TRSS_Code_Sync/) Jenkins job to complete. Test run here: https://ci.adoptium.net/view/Test_grinder/job/TRSS_Code_Sync/42/
While the TRSS_Code_Sync job, does what it purports to do, update the TRSS instance with latest code from aqa-test-tools repo, it never 'completes' due to an `sh` call to `npm...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] https://adoptium.net/docs/faq/ is a list...
There are several entries that represent Temurin builds in TKG code, check that they are valid and what implications there are of having multiples (adoptopenjdk, eclipse, temurin). ``` String vendor...