mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
HITL tests: disable partial tests on branches (#1406)
Co-authored-by: Bruce Wayne <batman@comma.ai>
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user