bneradt opened a new pull request, #411: URL: https://github.com/apache/trafficserver-ci/pull/411
When the centos pipeline build or test fails, copy the Traffic Server log directory (/tmp/ats/var/log/trafficserver) to the output directory. This includes traffic.out and any crash logs, making it easier to debug failures. Use a bash EXIT trap to ensure logs are archived even if the script is interrupted by a signal (e.g., SIGALRM from regression test timeout). The logs are archived using Jenkins archiveArtifacts and can be downloaded from the build job page. Also fix git commands to use -s instead of --no-patch for compatibility with the older git version on CentOS 7. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
