Lan Xia

Results 180 comments of Lan Xia

I just noticed that this test downloaded [hardcoded SDK](https://github.com/rh-openjdk/TestHeadlessComponents/blob/main/testHeadlessComponents.sh#L73) under `/home/jenkins/bootjdk`. This hardcoded SDK is used for testing. ` curl -OLJks "https://api.adoptopenjdk.net/v3/binary/latest/$OJDK_VERSION_NUMBER/ga/$OS/$ARCH/jdk/hotspot/normal/adoptopenjdk"` https://ci.adoptium.net/job/Test_openjdk17_hs_dev.functional_x86-64_linux/14/console ``` 15:52:35 + curl -OLJks https://api.adoptopenjdk.net/v3/binary/latest/17/ga/linux/x86_64/jdk/hotspot/normal/adoptopenjdk 15:52:37...

FileEncodingTest is reenabled. The test has been fixed in OpenJDK head and for OpenJ9 jdk18. https://github.com/adoptium/aqa-tests/pull/3367

It looks like we can run `test-image`: https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/95a3a61b3bbd5ed37e4f840c8f6552cace79c462/doc/building.md?plain=1#L781 https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/95a3a61b3bbd5ed37e4f840c8f6552cace79c462/make/Main.gmk#L948 [internal diff](https://github.ibm.com/runtimes/openj9/compare/master...ibm_sdk) ``` def get_compile_command() { def make_target = '' if ((SDK_VERSION == "17") && SPEC.contains('zos')) { make_target = 'images test-image...

> It happened to all jobs with rerun. sanity.openjdk looks correct to me https://trss.adoptium.net/allTestsInfo?buildId=65fb17d643ff67006ef89f93&limit=5 ![image](https://github.com/adoptium/aqa-test-tools/assets/19273206/ded49e3c-bc43-4d85-a592-10bccd5ba5fd)

From TRSS history, the Jenkins test build https://ci.adoptium.net/job/Test_openjdk22_hs_extended.openjdk_x86-64_mac_testList_0/3/ got created on Sep 22, 2023. The root build was https://ci.adoptium.net/job/build-scripts/job/openjdk22-pipeline/69 (no longer exists). Then `Test_openjdk22_hs_extended.openjdk_x86-64_mac_testList_0/3` got deleted from Jenkins. When the...

> the testList jobs themselves which needed to be regenerated as they were the cause of the parameter errors in the logs, which is why they were deleted as I...

https://stackoverflow.com/questions/25427622/changing-jenkins-build-name-description-through-api-in-java may be helpful.

Another way of doing this is to add a general link in the job description from the Jenkins pipeline (i.e., For openjdk17-pipeline build, points to https://trss.adoptium.net/builds?buildName=openjdk17-pipeline&url=https%3A%2F%2Fci.adoptium.net%2Fjob%2Fbuild-scripts&type=Test). In this way, TRSS...

Talked with @LongyuZhang , below are some of the details: We should query git repos at an appropriate frequency (every 30 mins?). - relationship should be store in DB (i.e.,...