mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
CI: setup tres (#1322)
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -84,6 +84,16 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('test tres') {
|
||||
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
|
||||
steps {
|
||||
phone_steps("panda-tres", [
|
||||
["build", "scons -j4"],
|
||||
["flash", "cd tests/ && ./ci_reset_internal_hw.py"],
|
||||
])
|
||||
}
|
||||
}
|
||||
|
||||
stage ('Acquire resource locks') {
|
||||
options {
|
||||
lock(resource: "pandas")
|
||||
|
||||
Reference in New Issue
Block a user