CI: add LSM-C sensor device (#26303)

* add sensord tests to pipeline

* .

* cleanup

* redo

* .

* address comments

* Update Jenkinsfile

Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: d58c19c576
taco
Kurt Nistelberger 3 years ago committed by GitHub
parent 3a3ae6c75f
commit 1c361f7e4a
  1. 10
      Jenkinsfile

10
Jenkinsfile vendored

@ -148,6 +148,16 @@ pipeline {
} }
} }
stage('sensord (LSM-C)') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps {
phone_steps("tici-lsmc", [
["build", "cd selfdrive/manager && ./build.py"],
["test sensord", "cd selfdrive/sensord/tests && python -m unittest test_sensord.py"],
])
}
}
stage('replay') { stage('replay') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } } agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps { steps {

Loading…
Cancel
Save