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>
This commit is contained in:
Kurt Nistelberger
2022-11-03 00:34:02 +01:00
committed by GitHub
parent 0589ff23a5
commit d58c19c576

10
Jenkinsfile vendored
View File

@@ -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') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps {