We should stop passing in the vendor repos used by smoke tests in to the AQA_Test_Pipeline_RELEASE runs. By doing this, we are fetching additional test material that is not used in AQAvit testing, it is only needed for Temurin smoke tests.
These parameters are set properly for smoke tests here:
https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L165-L167
but appear to be passed through when running AQAvit tests (https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L288).
This is not blocking the release, just not ideal.
We should stop passing in the vendor repos used by smoke tests in to the AQA_Test_Pipeline_RELEASE runs. By doing this, we are fetching additional test material that is not used in AQAvit testing, it is only needed for Temurin smoke tests.
These parameters are set properly for smoke tests here:
https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L165-L167
but appear to be passed through when running AQAvit tests (https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L288).
This is not blocking the release, just not ideal.