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

* research label

* add jenkinsfile
old-commit-hash: c6ad15e52f
laptop
Justin Newberry 2 years ago committed by GitHub
parent 5eabb35a53
commit a0f1a5207a
  1. 10
      .github/labeler.yaml

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

Loading…
Cancel
Save