From 416981d1f73aee8ffc4e936ecd79f47b35294a7b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 1 Apr 2023 19:28:54 -0700 Subject: [PATCH] CI: setup tres (#1322) --- Jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) 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")