Skip to content

Commit 972ad64

Browse files
committed
[nrf noup] ci: Trim the Gazell change scope
Run CI Gazell tests only when the Zephyr API parts called is changed. Signed-off-by: Bernard Lee <[email protected]>
1 parent e8c9775 commit 972ad64

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/test-spec.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,15 @@
177177
- "**/*"
178178

179179
"CI-gazell-test":
180-
- "**/*"
180+
- "include/zephyr/crypto/**/*"
181+
- "include/zephyr/drivers/clock_control.h"
182+
- "include/zephyr/drivers/clock_control/**/*"
183+
- "include/zephyr/drivers/entropy.h"
184+
- "include/zephyr/settings/**/*"
185+
- "drivers/clock_control/**/*"
186+
- "drivers/crypto/**/*"
187+
- "drivers/entropy/**/*"
188+
- "subsys/settings/**/*"
181189

182190
"CI-rpc-test":
183191
- "**/*"

0 commit comments

Comments
 (0)