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

* research label

* add jenkinsfile
This commit is contained in:
Justin Newberry
2023-10-03 13:48:17 -07:00
committed by GitHub
parent 8cc8952d81
commit c6ad15e52f
+7 -3
View File
@@ -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',
]