Revert "jenkins device maintenance"

This reverts commit e8d0d48039.
pull/20551/head
ZwX1616 4 years ago
parent bcdfcd3e08
commit dd8f9a7263
  1. 10
      Jenkinsfile

10
Jenkinsfile vendored

@ -184,6 +184,16 @@ pipeline {
}
}
stage('Tici camerad') {
steps {
phone_steps("tici-party", [
["build", "SCONS_CACHE=1 scons -j16"],
["test camerad", "python selfdrive/camerad/test/test_camerad.py"],
["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
])
}
}
}
}
}

Loading…
Cancel
Save