From 2dfb9815ede0745fda74ca4cc516c1e2c34c088c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 8 May 2023 14:18:43 -0700 Subject: [PATCH] HITL tests: disable partial tests on branches (#1406) Co-authored-by: Bruce Wayne --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index adf641ae..9614d67f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}"