Skip to content

Commit bfbe0ab

Browse files
committed
ci: adding testspec for test filtering
Signed-off-by: Nirmal Krishna <[email protected]>
1 parent 4fc5ead commit bfbe0ab

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/test-spec.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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"

0 commit comments

Comments
 (0)