Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AQA Test pipeline to handle the mismatch naming for Temurin build jobs to hotspot artifacts #3649

Closed
smlambert opened this issue May 12, 2022 · 2 comments

Comments

@smlambert
Copy link
Contributor

The new AQA Test Pipeline code assumes that the job name and the artifacts name will be the same, which currently is not true for Temurin builds.

The build jobs were renamed, with the series of related PRs:
adoptium/ci-jenkins-pipelines#226
adoptium/ci-jenkins-pipelines#240
adoptium/ci-jenkins-pipelines#241

So we need to update https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/aqaTestPipeline.groovy to handle that case.

@sophia-guo
Copy link
Contributor

The name shouldn't be a problem. Job name has been set default as 'hs'. All tar files has been zipped to ${params.VARIANT}.zip file and download. Supported nested zip file strips the root dir ${params.VARIANT}.

@smlambert
Copy link
Contributor Author

Fixed via backporting #3547 to the release branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants