CI: label for research and fix CI/testing label (#30152)

* research label

* add jenkinsfile
pull/30153/head
Justin Newberry 2 years ago committed by GitHub
parent 8cc8952d81
commit c6ad15e52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/labeler.yaml

@ -1,8 +1,6 @@
CI / testing:
- all:
- changed-files: ['.github/**']
- all:
- changed-files: ['**/test_*']
- changed-files: ['.github/**', '**/test_*', 'Jenkinsfile']
car:
- all:
@ -59,3 +57,9 @@ multilanguage:
- all:
- changed-files: ['selfdrive/ui/translations/**']
research:
- all:
- changed-files: [
'selfdrive/modeld/models/**',
'selfdrive/test/process_replay/model_replay_ref_commit',
]

Loading…
Cancel
Save