6adb63b915
date: 2026-06-04T09:49:56 master commit: c0ab3550eca2e9daf197c46b7e4b24aa9637cf2e
28 lines
686 B
YAML
28 lines
686 B
YAML
CI / testing:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**,**/test_*,**/test/**,Jenkinsfile}"
|
|
|
|
car:
|
|
- changed-files:
|
|
- any-glob-to-all-files: '{selfdrive/car/**,opendbc_repo}'
|
|
|
|
simulation:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'tools/sim/**'
|
|
|
|
ui:
|
|
- changed-files:
|
|
- any-glob-to-all-files: '{selfdrive/assets/**,selfdrive/ui/**,system/ui/**}'
|
|
|
|
tools:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'tools/**'
|
|
|
|
multilanguage:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'selfdrive/ui/translations/**'
|
|
|
|
autonomy:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{selfdrive/modeld/models/**,selfdrive/test/process_replay/model_replay_ref_commit}"
|