commit
7a631d0d20
14 changed files with 126 additions and 55 deletions
@ -1,42 +1,61 @@ |
||||
CI / testing: |
||||
- all: ['.github/**'] |
||||
- all: ['**/test_*'] |
||||
- all: |
||||
- changed-files: ['.github/**'] |
||||
- all: |
||||
- changed-files: ['**/test_*'] |
||||
|
||||
car: |
||||
- all: ['selfdrive/car/**'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/**'] |
||||
|
||||
body: |
||||
- all: ['selfdrive/car/body/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/body/*'] |
||||
chrysler: |
||||
- all: ['selfdrive/car/chrysler/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/chrysler/*'] |
||||
ford: |
||||
- all: ['selfdrive/car/ford/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/ford/*'] |
||||
gm: |
||||
- all: ['selfdrive/car/gm/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/gm/*'] |
||||
honda: |
||||
- all: ['selfdrive/car/honda/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/honda/*'] |
||||
hyundai: |
||||
- all: ['selfdrive/car/hyundai/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/hyundai/*'] |
||||
mazda: |
||||
- all: ['selfdrive/car/mazda/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/mazda/*'] |
||||
nissan: |
||||
- all: ['selfdrive/car/nissan/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/nissan/*'] |
||||
subaru: |
||||
- all: ['selfdrive/car/subaru/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/subaru/*'] |
||||
tesla: |
||||
- all: ['selfdrive/car/tesla/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/tesla/*'] |
||||
toyota: |
||||
- all: ['selfdrive/car/toyota/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/toyota/*'] |
||||
volkswagen: |
||||
- all: ['selfdrive/car/volkswagen/*'] |
||||
- all: |
||||
- changed-files: ['selfdrive/car/volkswagen/*'] |
||||
|
||||
simulation: |
||||
- all: ['tools/sim/**'] |
||||
- all: |
||||
- changed-files: ['tools/sim/**'] |
||||
ui: |
||||
- all: ['selfdrive/ui/**'] |
||||
- all: |
||||
- changed-files: ['selfdrive/ui/**'] |
||||
tools: |
||||
- all: ['tools/**'] |
||||
- all: |
||||
- changed-files: ['tools/**'] |
||||
|
||||
multilanguage: |
||||
- all: ['selfdrive/ui/translations/**'] |
||||
- all: |
||||
- changed-files: ['selfdrive/ui/translations/**'] |
||||
|
||||
|
@ -1 +1 @@ |
||||
Subproject commit 7de568b65922b1b7a5cb9a9a391e3e03394500f7 |
||||
Subproject commit 4b334f6f10877e4a666b23983de2d27934ebf3b1 |
@ -1 +1 @@ |
||||
Subproject commit 5ebf73ebed8d1693aadffe97bd2dd012da3b3c1c |
||||
Subproject commit 8d2f614ce3f323c65de802b2d5f29143de9c427b |
@ -1 +1 @@ |
||||
98c21236f831ca3cff63939cb760b213460e84de |
||||
b421ff389ce720b70a36dd2b3510af54eb484b5f |
Loading…
Reference in new issue