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

openjdk_build_pipeline jobs can't gather all downstream test job's tapfiles #683

Closed
sophia-guo opened this issue Apr 12, 2023 · 2 comments · Fixed by #687
Closed

openjdk_build_pipeline jobs can't gather all downstream test job's tapfiles #683

sophia-guo opened this issue Apr 12, 2023 · 2 comments · Fixed by #687
Assignees
Labels
alpine-linux linux testing windows x64 Issues that affect or relate to the x64/x32 LINUX OS

Comments

@sophia-guo
Copy link
Contributor

openjdk_pipeline jobs can't gather all downstream test job's tapfiles. Take https://ci.adoptium.net/job/build-scripts/job/release-openjdk20-pipeline/5/ for example run verification https://ci.adoptium.net/view/Test_grinder/job/TAP_verification/24/console from console output some tap files are missing. Some jobs are not available now. From jobs available tap files are missing if

@github-actions github-actions bot added alpine-linux linux testing windows x64 Issues that affect or relate to the x64/x32 LINUX OS labels Apr 12, 2023
@sophia-guo
Copy link
Contributor Author

Case 1: test jobs result is aborted.

Originally only success and unstable are considered https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L466

@sophia-guo
Copy link
Contributor Author

sophia-guo commented Apr 12, 2023

Case 2: test jobs result is unstable. Related with PR Propagate downstream build & test results for pipeline. With Propagate=true build job complete as non-successful will fail the build stepand returns null https://issues.jenkins.io/browse/JENKINS-48475?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&showAll=true. Build job has been using catchError to avoid stopping the whole build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpine-linux linux testing windows x64 Issues that affect or relate to the x64/x32 LINUX OS
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant