more robust HITL test prep (#1449)

This commit is contained in:
Adeeb Shihadeh
2023-06-08 11:17:35 -07:00
committed by GitHub
parent 1a9a94c519
commit f2f596b342

4
Jenkinsfile vendored
View File

@@ -117,7 +117,9 @@ pipeline {
stage('prep') {
steps {
script {
docker_run("reset hardware", 3, "python ./tests/ci_reset_hw.py")
retry (3) {
docker_run("reset hardware", 3, "python ./tests/ci_reset_hw.py")
}
}
}
}