CI: Fix process replay to properly work with local routes (#469)

Updating test_processes.py to easily upload ref routes locally to git instead of azure
This commit is contained in:
DevTekVE
2024-12-11 10:22:45 +01:00
committed by GitHub
parent 8b54fb8372
commit 437663ff98
72 changed files with 269 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ cd $ROOT
FAILED=0
IGNORED_FILES="uv\.lock|docs\/CARS.md|LICENSE\.md"
IGNORED_FILES="uv\.lock|docs\/CARS.md|LICENSE\.md|.*\.zst"
IGNORED_DIRS="^third_party.*|^msgq.*|^msgq_repo.*|^opendbc.*|^opendbc_repo.*|^cereal.*|^panda.*|^rednose.*|^rednose_repo.*|^tinygrad.*|^tinygrad_repo.*|^teleoprtc.*|^teleoprtc_repo.*"
function run() {