File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # This is the Jenkins ci variant of the .github/labler.yaml
2+
3+ " __EXCLUDE__ " :
4+ - " **/VERSION"
5+ - " **/*.rst"
6+
7+ " CI-bm-samples " :
8+ - " applications/**/*"
9+ - " components/softdevice/**/*"
10+ - " boards/**/*"
11+ - " cmake/**/*"
12+ - " drivers/**/*"
13+ - " include/**/*"
14+ - " lib/**/*"
15+ - " modules/**/*"
16+ - " samples/**/*"
17+ - " scripts/**/*"
18+ - " subsys/**/*"
19+ - " sysbuild/**/*"
20+ - " tests/**/*"
21+ - " zephyr/**/*"
22+ - " CMakeLists.txt"
23+ - " Jenkinsfile"
24+ - " Kconfig.nrf_bm"
25+ - " west.yml"
26+
27+ " CI-dfu-test " :
28+ - " applications/softdevice/**/*"
29+ - " applications/installer/**/*"
30+ - " applications/firmware_loader/**/*"
31+ - " boards/**/*"
32+ - " cmake/**/*"
33+ - " components/softdevice/s115/**/*"
34+ - " components/softdevice/s145/**/*"
35+ - " drivers/**/*"
36+ - " include/**/*"
37+ - " lib/**/*"
38+ - " modules/**/*"
39+ - " samples/boot/**/*"
40+ - " scripts/pytest_plugins/**/*"
41+ - " scripts/generate_flash_metadata.py"
42+ - " scripts/generate_metadata.py"
43+ - " subsys/**/*"
44+ - " sysbuild/**/*"
45+ - " tests/subsys/kmu/**/*"
46+ - " west.yml"
You can’t perform that action at this time.
0 commit comments