From 11466f786bd93bd6c52cafe5755c467846094bd5 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 17 Aug 2023 00:25:14 -0700 Subject: [PATCH] internal test_models: run on more segments (#29443) 100 more old-commit-hash: ac3f87bad519df408a295d2e007e0de58b11690c --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cd5a11ef06..a698cc68cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -158,7 +158,7 @@ pipeline { sh "git lfs pull" // tests that our build system's dependencies are configured properly, needs a machine with lots of cores sh "scons --clean && scons --no-cache --random -j42" - sh "INTERNAL_SEG_CNT=400 INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt FILEREADER_CACHE=1 \ + sh "INTERNAL_SEG_CNT=500 INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt FILEREADER_CACHE=1 \ pytest -n42 --dist=loadscope selfdrive/car/tests/test_models.py" }