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

* research label

* add jenkinsfile
old-commit-hash: c6ad15e52f346f2c3788c607ed3eb589e652f0a9
This commit is contained in:
Justin Newberry
2023-10-03 13:48:17 -07:00
committed by GitHub
parent 5eabb35a53
commit a0f1a5207a
+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',
]