test FULL_TEST and minimalize diff a bit

pull/24414/head
Shane Smiskol 3 years ago
parent 4950233c45
commit 377ecfd570
  1. 2
      selfdrive/test/process_replay/ref_commit
  2. 2
      selfdrive/test/process_replay/test_processes.py

@ -1 +1 @@
70d79fbcc2b9ab0af867a7d6f138b58bcaaa3aa8 97df122f23f29f864ed5c0205344f51f1717612d

@ -52,7 +52,7 @@ BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
# dashcamOnly makes don't need to be tested until a full port is done # dashcamOnly makes don't need to be tested until a full port is done
excluded_interfaces = ["mock", "ford", "mazda", "tesla"] excluded_interfaces = ["mock", "ford", "mazda", "tesla"]
# run the full test (including checks) when no args given # run the full test (including checks) when no args given
FULL_TEST = len(sys.argv) <= 1 # or "CI" in os.environ FULL_TEST = len(sys.argv) <= 1 or CI
def test_process(cfg, lr, cmp_log_fn, ignore_fields=None, ignore_msgs=None): def test_process(cfg, lr, cmp_log_fn, ignore_fields=None, ignore_msgs=None):

Loading…
Cancel
Save