diff --git a/Jenkinsfile b/Jenkinsfile index e6c4bb7c..988b43c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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")