nostmaster5
Adeeb Shihadeh 2 months ago
parent c8a8bf2ce7
commit 70c41e3bb6
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -207,7 +207,7 @@ node {
//["build master-ci", "cd $SOURCE_DIR/release && TARGET_DIR=$TEST_DIR $SOURCE_DIR/scripts/retry.sh ./build_devel.sh"],
step("build openpilot", "cd system/manager && ./build.py"),
step("check dirty", "release/check-dirty.sh"),
step("onroad tests", "pytest selfdrive/test/test_onroad.py -s", [timeout: 60]),
step("onroad tests", "pytest selfdrive/test/test_onroad.py -s", [timeout: 120]),
])
},
'HW + Unit Tests': {

Loading…
Cancel
Save