From aeaafabc216bbd955a550ce943a14e19592513e0 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 9 Aug 2023 17:53:36 -0700 Subject: [PATCH] cache --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 62ba234c0d..68b023712a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -155,7 +155,7 @@ pipeline { sh "git submodule update --init --depth=1 --recursive" sh "scons --clean && scons --no-cache -j42" sh "scons --clean && scons --no-cache --random -j42" - sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' pytest -n42 --dist=loadscope ./test_models.py" + sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' FILEREADER_CACHE='1' pytest -n42 --dist=loadscope ./test_models.py" } post {