mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 23:03:52 +08:00
* auto label * on pull request * checkout * yaml not yml * recursive here too * start with just car stuff and CI * require all * no fps * add translations and fix CI
43 lines
790 B
YAML
43 lines
790 B
YAML
CI / testing:
|
|
- all: ['.github/**']
|
|
- all: ['**/test_*']
|
|
|
|
car:
|
|
- all: ['selfdrive/car/**']
|
|
|
|
body:
|
|
- all: ['selfdrive/car/body/*']
|
|
chrysler:
|
|
- all: ['selfdrive/car/chrysler/*']
|
|
ford:
|
|
- all: ['selfdrive/car/ford/*']
|
|
gm:
|
|
- all: ['selfdrive/car/gm/*']
|
|
honda:
|
|
- all: ['selfdrive/car/honda/*']
|
|
hyundai:
|
|
- all: ['selfdrive/car/hyundai/*']
|
|
mazda:
|
|
- all: ['selfdrive/car/mazda/*']
|
|
nissan:
|
|
- all: ['selfdrive/car/nissan/*']
|
|
subaru:
|
|
- all: ['selfdrive/car/subaru/*']
|
|
tesla:
|
|
- all: ['selfdrive/car/tesla/*']
|
|
toyota:
|
|
- all: ['selfdrive/car/toyota/*']
|
|
volkswagen:
|
|
- all: ['selfdrive/car/volkswagen/*']
|
|
|
|
simulation:
|
|
- all: ['tools/sim/**']
|
|
ui:
|
|
- all: ['selfdrive/ui/**']
|
|
tools:
|
|
- all: ['tools/**']
|
|
|
|
multilanguage:
|
|
- all: ['selfdrive/ui/translations/**']
|
|
|