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

Simplify the process of final AQAvit results archives for release #5242

Closed
sophia-guo opened this issue Apr 18, 2024 · 0 comments · Fixed by #5404
Closed

Simplify the process of final AQAvit results archives for release #5242

sophia-guo opened this issue Apr 18, 2024 · 0 comments · Fixed by #5404
Assignees

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Apr 18, 2024

Simplify the process of final AQAvit results archive can alleviate manual and cumbersome effort. Current process is mostly done manually.

  1. Download the results per platform by link provided by jenkins (example https://ci.adoptium.net/job/build-scripts/job/release-openjdk17-pipeline/62/artifact/target/aix/ppc64/temurin/AQAvitTaps/*zip*/AQAvitTaps.zip)
  2. Download the rerun jobs' and grinder jobs' tap files and upload to release triage issue
  3. Rerun failed jobs ( aborted jobs ) and download the tap files and upload to release triage issue
  4. Unzip the zip file and download tap files attached to release triage issue
  5. Zip all tapfiles and upload as a jenkins archive.

This can be simplified by

  1. Upstream pipeline job update to provide AQAvit results per release (include taps from rerun jobs Tap files of rerun builds are not archived to parent test jobs and upstream build jobs #5015) Add archive taps as a single jar file ci-jenkins-pipelines#1027
  2. Separate job to download one zip file from upstream pipeline, grab all triage generated tap files attached to the release triage issue, archived artifacts which can be accessed by url (Support uploading AQATapFiles by URL github-release-scripts#155) Collecting release tap files #5404

The final zip file can also be verified #3713 before publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant