jenkins: remove bmx device

This commit is contained in:
Maxime Desroches
2025-08-27 13:39:21 -07:00
parent b976135d2f
commit 375dfe16a8

4
Jenkinsfile vendored
View File

@@ -249,10 +249,6 @@ node {
step("build", "cd system/manager && ./build.py"),
step("test sensord", "pytest system/sensord/tests/test_sensord.py"),
])
deviceStage("BMX + LSM", "tici-bmx-lsm", ["UNSAFE=1"], [
step("build", "cd system/manager && ./build.py"),
step("test sensord", "pytest system/sensord/tests/test_sensord.py"),
])
},
'replay': {
deviceStage("model-replay", "tici-replay", ["UNSAFE=1"], [