Skip to content

Commit 579adf8

Browse files
committed
Auto merge of #53035 - alexcrichton:debug-travis, r=kennytm
travis: Attempt to debug shutdowns These snippets recommend by Travis support
2 parents c11f2d2 + 801ba8c commit 579adf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ before_install:
218218
echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
219219
sudo service docker restart;
220220
fi
221+
- date
222+
- sudo atq || true
223+
- sudo grep -rE 'shutdown|poweroff|halt' /var/spool/cron || true
224+
- sudo grep -E 'google-clock-skew|ntpd|startup-script' /var/log/syslog || true
221225

222226
install:
223227
- case "$TRAVIS_OS_NAME" in

0 commit comments

Comments
 (0)