jenkins: set successful boot flag

old-commit-hash: 1d44744123
taco
Adeeb Shihadeh 3 years ago committed by GitHub
parent a9108f29fa
commit 7ea84b2ddf
  1. 2
      selfdrive/test/setup_device_ci.sh

@ -36,6 +36,8 @@ fi
tee $CONTINUE_PATH << EOF tee $CONTINUE_PATH << EOF
#!/usr/bin/bash #!/usr/bin/bash
sudo abctl --set_success
while true; do while true; do
if ! sudo systemctl is-active -q ssh; then if ! sudo systemctl is-active -q ssh; then
sudo systemctl start ssh sudo systemctl start ssh

Loading…
Cancel
Save