We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
sophia-guo
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: