reenable exposure tests

old-commit-hash: e10007d2e8
commatwo_master
Adeeb Shihadeh 4 years ago
parent c0c009bba9
commit d10ae3f077
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -200,7 +200,7 @@ pipeline {
phone_steps("eon-party", [ phone_steps("eon-party", [
["build", "SCONS_CACHE=1 scons -j8"], ["build", "SCONS_CACHE=1 scons -j8"],
["test camerad", "python selfdrive/camerad/test/test_camerad.py"], ["test camerad", "python selfdrive/camerad/test/test_camerad.py"],
// ["test exposure", "python selfdrive/camerad/test/test_exposure.py"], ["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
]) ])
} }
} }
@ -210,7 +210,7 @@ pipeline {
phone_steps("tici-party", [ phone_steps("tici-party", [
["build", "SCONS_CACHE=1 scons -j8"], ["build", "SCONS_CACHE=1 scons -j8"],
["test camerad", "python selfdrive/camerad/test/test_camerad.py"], ["test camerad", "python selfdrive/camerad/test/test_camerad.py"],
// ["test exposure", "python selfdrive/camerad/test/test_exposure.py"], ["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
]) ])
} }
} }

Loading…
Cancel
Save