jenkins: remove pc / car tests (#31353)
* move to scripts * clean first * cant have test_*? * movepull/31354/head
parent
6933d0560a
commit
8f67d3cab9
3 changed files with 14 additions and 18 deletions
@ -0,0 +1,8 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
MAX_EXAMPLES=300 |
||||||
|
INTERNAL_SEG_CNT=300 |
||||||
|
FILEREADER_CACHE=1 |
||||||
|
INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt |
||||||
|
|
||||||
|
cd selfdrive/car/tests && pytest test_models.py test_car_interfaces.py |
@ -0,0 +1,6 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# tests that our build system's dependencies are configured properly, |
||||||
|
# needs a machine with lots of cores |
||||||
|
scons --clean |
||||||
|
scons --no-cache --random -j$(nproc) |
Loading…
Reference in new issue