Revert "jenkins device maintenance"

This reverts commit 5088b6c2573962559ff114a70a278da24c34a4f6.

old-commit-hash: dd8f9a7263a9eec1eb2f8ac8b114979a8fa92bf0
This commit is contained in:
ZwX1616
2021-03-31 16:48:10 -07:00
parent 5146d7a7f0
commit f9a37f647f
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"],
])
}
}
}
}
}