Auto merge of #53035 - alexcrichton:debug-travis, r=kennytm
travis: Attempt to debug shutdowns These snippets recommend by Travis support
This commit is contained in:
commit
579adf8c72
@ -218,6 +218,10 @@ before_install:
|
|||||||
echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
|
echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
|
||||||
sudo service docker restart;
|
sudo service docker restart;
|
||||||
fi
|
fi
|
||||||
|
- date
|
||||||
|
- sudo atq || true
|
||||||
|
- sudo grep -rE 'shutdown|poweroff|halt' /var/spool/cron || true
|
||||||
|
- sudo grep -E 'google-clock-skew|ntpd|startup-script' /var/log/syslog || true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- case "$TRAVIS_OS_NAME" in
|
- case "$TRAVIS_OS_NAME" in
|
||||||
|
Loading…
Reference in New Issue
Block a user