Browse Source

Jenkins hardware ignore nxp_fmuk66-v3 status failures

- this particular hardware on the test rack has a flaky console
sbg
Daniel Agar 5 years ago
parent
commit
d927d80509
  1. 2
      .ci/Jenkinsfile-hardware

2
.ci/Jenkinsfile-hardware

@ -723,7 +723,7 @@ pipeline { @@ -723,7 +723,7 @@ pipeline {
stage("tests") {
steps {
// run tests
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*`'
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_*` || true' // ignore failures for now (flaky console on test rack)
}
}
stage("reset") {

Loading…
Cancel
Save