HITL tests: disable partial tests on branches (#1406)

Co-authored-by: Bruce Wayne <batman@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2023-05-08 14:18:43 -07:00
committed by GitHub
parent 2eef7f3fff
commit 2dfb9815ed

2
Jenkinsfile vendored
View File

@@ -62,7 +62,7 @@ pipeline {
agent any
environment {
CI = "1"
PARTIAL_TESTS = "${env.BRANCH_NAME == 'master' ? ' ' : '1'}"
//PARTIAL_TESTS = "${env.BRANCH_NAME == 'master' ? ' ' : '1'}"
PYTHONWARNINGS= "error"
DOCKER_IMAGE_TAG = "panda:build-${env.GIT_COMMIT}"