From 375dfe16a80c60c52934bf998de9be2c3b21ec59 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 27 Aug 2025 13:39:21 -0700 Subject: [PATCH] jenkins: remove bmx device --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0c0cf1370..76f7f2cea4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"], [