mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-15 06:26:57 +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
|
if [ $? -ne 0 ]; then
|
||||||
log.error "$process is not running after max time"
|
log.error "$process is not running after max time"
|
||||||
dump /var/log/dockerd.err.log 'Dumping {path} to aid investigation'
|
dump /var/log/dockerd.err.log 'Dumping {path} to aid investigation'
|
||||||
|
dump /var/log/supervisor/supervisord.log 'Dumping {path} to aid investigation'
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
log.debug "$process is running"
|
log.debug "$process is running"
|
||||||
|
|||||||
Reference in New Issue
Block a user