disable os04 test for now

This commit is contained in:
Adeeb Shihadeh
2025-02-22 18:42:32 -08:00
parent 8cae7b2bc6
commit a4980dbb0d

2
Jenkinsfile vendored
View File

@@ -240,6 +240,7 @@ node {
step("test exposure", "pytest system/camerad/test/test_exposure.py"),
])
},
/*
'camerad OS04C10': {
deviceStage("OS04C10", "tici-os04c10", ["UNSAFE=1"], [
step("build", "cd system/manager && ./build.py"),
@@ -247,6 +248,7 @@ node {
step("test exposure", "pytest system/camerad/test/test_exposure.py"),
])
},
*/
'sensord': {
deviceStage("LSM + MMC", "tici-lsmc", ["UNSAFE=1"], [
step("build", "cd system/manager && ./build.py"),