SRE-3842 Build: post-provision diagnostics fix#18507
Conversation
|
Errors are Component should be lower-case,Unable to load ticket data |
|
Test stage NLT completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-18507/1/testReport/ |
ee9924b to
7d9f1ff
Compare
|
Test stage Unit Test completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18507/3/display/redirect |
|
Test stage Unit Test with memcheck completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18507/3/display/redirect |
|
Test stage NLT completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18507/3/display/redirect |
|
Test stage Unit Test bdev with memcheck completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18507/3/display/redirect |
|
Test stage Unit Test bdev completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18507/3/display/redirect |
255eae7 to
664032a
Compare
Update post-provisioning error handling to provide better diagnostics. Add Jenkins workspace cleanup in post section to reduce agent disk usage Fix intermittent e-mail delivery by allowing a mail relay setting. Per-file changes: - Jenkinsfile: Add post-build workspace cleanup to reduce disk usage on Jenkins agents. change storage prep stage to use el-9 - ci/gha_functions.sh: - ci/stacktrace.sh: Fix executable permission bit in git repository. - ci/junit.sh: Improve error trap to make it more readable. Fix handling of missing report files. - ci/provisioning/post_provision_config.sh: Add missing source for stacktrace script, add DAOS_FAILURE_STEP markers for ci/junit.sh - ci/provisioning/post_provision_config_common_functions.sh: set STAGE_NAME default to post_provision_config to improve readability of error messages. Install optional mail relay host - docs/dev/documentation.md: Add VS Code cSpell setup guidance and fix markdown linting issues. Change to Linux line endings. - utils/githooks/README.md: Fix markdown linting issues. Signed-off-by: John E. Malmberg <john.malmberg@hpe.com>
664032a to
450436a
Compare
|
Test stage Functional Hardware Large MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18507/5/execution/node/1317/log |
Update post-provisioning error handling to provide better diagnostics.
Add Jenkins workspace cleanup in post section to reduce agent disk usage
Per-file changes:
Jenkinsfile: Add post-build workspace cleanup to reduce disk usage on Jenkins agents.
ci/gha_functions.sh:
ci/stacktrace.sh: Fix executable permission bit in git repository.
ci/junit.sh: Improve error trap to make it more readable.
ci/provisioning/post_provision_config.sh: Add missing source for stacktrace script, add DAOS_FAILURE_STEP markers for ci/junit.sh
ci/provisioning/post_provision_config_common_functions.sh: set STAGE_NAME default to post_provision_config to improve readability of error messages.
docs/dev/documentation.md: Add VS Code cSpell setup guidance and fix markdown linting issues. Change to Linux line endings.
utils/githooks/README.md: Fix markdown linting issues.
Steps for the author:
After all prior steps are complete: