Browse Source

Jenkins: reboot after ostest completes

- temporary workaround to ostest apparently leaving the system in a bad state
main
Daniel Agar 3 years ago committed by David Sidrane
parent
commit
002579b3e0
  1. 1
      .ci/Jenkinsfile-hardware

1
.ci/Jenkinsfile-hardware

@ -810,6 +810,7 @@ void runTests() { @@ -810,6 +810,7 @@ void runTests() {
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "work_queue status"'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "ostest"'
sh './Tools/HIL/reboot.py --device `find /dev/serial -name *usb-*`' // reboot after ostest
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "commander_tests" || true'
sh './Tools/HIL/run_nsh_cmd.py --device `find /dev/serial -name *usb-*` --cmd "controllib_test"'

Loading…
Cancel
Save