Lan Xia

Results 427 comments of Lan Xia

Yes, we need to change to `jenkins`. Currently, the results folder is owned by `root` which cannot be removed by `jenkins` user.

Thanks @LongyuZhang. This is also related to https://github.com/adoptium/aqa-tests/pull/3909

Please note that our scenario has changed. We also have the following case where: SDK_RESOURCE=nightly CUSTOMIZED_SDK_URL=`` In this case, our script will try to find the latest URL link.

Thanks @abigailsleek . Could you please create one PR per issue?

We need to update the upstream build pipeline to set correct SDK_RESOURCE values before this issue can be fixed. - in Adoptium pipeline: https://github.com/adoptium/ci-jenkins-pipelines/blob/cee0b690b2a3a199b1f3f77892b6a1e18a20ea3b/pipelines/build/common/openjdk_build_pipeline.groovy#L295 - in openj9 pipeline: https://github.com/eclipse-openj9/openj9/blob/68f2d9d26b7918a718f160b9d60ac39bdbd80b38/buildenv/jenkins/common/pipeline-functions.groovy#L248 https://github.com/eclipse-openj9/openj9/blob/68f2d9d26b7918a718f160b9d60ac39bdbd80b38/buildenv/jenkins/common/pipeline-functions.groovy#L252...

Issue opened: https://github.com/adoptium/ci-jenkins-pipelines/issues/256 https://github.com/eclipse-openj9/openj9/issues/14616

From what I can see, https://github.com/ibmruntimes/ci-jenkins-pipelines still have a mismatch and it needs to be updated. https://github.com/ibmruntimes/ci-jenkins-pipelines/blob/ibm/pipelines/build/common/openjdk_build_pipeline.groovy#L302 https://github.com/ibmruntimes/ci-jenkins-pipelines/blob/ibm/pipelines/build/common/openjdk_build_pipeline.groovy#L429

Yes, it can and should be fixed. We just did not get a chance to address it.