mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 18:42:10 +08:00
13aee3754b
date: 2026-07-20T11:52:50
master commit: bae7e49626
32 lines
878 B
YAML
32 lines
878 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: '{openpilot/selfdrive/car/**,opendbc_repo}'
|
|
|
|
simulation:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'openpilot/tools/sim/**'
|
|
|
|
ui:
|
|
- changed-files:
|
|
- any-glob-to-all-files: '{openpilot/selfdrive/assets/**,openpilot/selfdrive/ui/**,openpilot/system/ui/**}'
|
|
|
|
tools:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'openpilot/tools/**'
|
|
|
|
multilanguage:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'openpilot/selfdrive/ui/translations/**'
|
|
|
|
autonomy:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{openpilot/selfdrive/modeld/models/**,openpilot/selfdrive/test/process_replay/model_replay_ref_commit,openpilot/sunnypilot/modeld*/models/**}"
|