You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.2 KiB
61 lines
1.2 KiB
CI / testing:
|
|
- all:
|
|
- changed-files: ['.github/**']
|
|
- all:
|
|
- changed-files: ['**/test_*']
|
|
|
|
car:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/**']
|
|
|
|
body:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/body/*']
|
|
chrysler:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/chrysler/*']
|
|
ford:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/ford/*']
|
|
gm:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/gm/*']
|
|
honda:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/honda/*']
|
|
hyundai:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/hyundai/*']
|
|
mazda:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/mazda/*']
|
|
nissan:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/nissan/*']
|
|
subaru:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/subaru/*']
|
|
tesla:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/tesla/*']
|
|
toyota:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/toyota/*']
|
|
volkswagen:
|
|
- all:
|
|
- changed-files: ['selfdrive/car/volkswagen/*']
|
|
|
|
simulation:
|
|
- all:
|
|
- changed-files: ['tools/sim/**']
|
|
ui:
|
|
- all:
|
|
- changed-files: ['selfdrive/ui/**']
|
|
tools:
|
|
- all:
|
|
- changed-files: ['tools/**']
|
|
|
|
multilanguage:
|
|
- all:
|
|
- changed-files: ['selfdrive/ui/translations/**']
|
|
|
|
|