mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-15 14:37:13 +00:00
runner: Dump supervisor log on dockerd timeout
This commit is contained in:
@@ -58,6 +58,7 @@ for process in "${processes[@]}"; do
|
||||
if [ $? -ne 0 ]; then
|
||||
log.error "$process is not running after max time"
|
||||
dump /var/log/dockerd.err.log 'Dumping {path} to aid investigation'
|
||||
dump /var/log/supervisor/supervisord.log 'Dumping {path} to aid investigation'
|
||||
exit 1
|
||||
else
|
||||
log.debug "$process is running"
|
||||
|
||||
Reference in New Issue
Block a user