Revert "jenkins device maintenance"

This reverts commit e8d0d48039.
This commit is contained in:
ZwX1616
2021-03-31 16:48:10 -07:00
parent bcdfcd3e08
commit dd8f9a7263
Vendored
+10
View File
@@ -184,6 +184,16 @@ pipeline {
}
}
stage('Tici camerad') {
steps {
phone_steps("tici-party", [
["build", "SCONS_CACHE=1 scons -j16"],
["test camerad", "python selfdrive/camerad/test/test_camerad.py"],
["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
])
}
}
}
}
}