mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
more robust HITL test prep (#1449)
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user