mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 15:23:57 +08:00
# Conflicts: # common/params_keys.h # opendbc_repo # panda # selfdrive/car/cruise.py # selfdrive/controls/controlsd.py # selfdrive/selfdrived/selfdrived.py # selfdrive/test/process_replay/process_replay.py # selfdrive/ui/qt/setup/setup.cc # tinygrad_repo
32 lines
758 B
YAML
32 lines
758 B
YAML
ci:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**,**/test_*,**/test/**,Jenkinsfile}"
|
|
|
|
chore:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**}"
|
|
|
|
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/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,sunnypilot/modeld*/models/**}"
|