Skip to content

Commit 7cf8586

Browse files
nordic-piksrlubos
authored andcommitted
[nrf noup] test-spec: update CI-test-low-level
nrf-squash! [nrf noup] ci: add .github/test-spec.yml More granular folder selection. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 4f15734 commit 7cf8586

File tree

1 file changed

+64
-28
lines changed

1 file changed

+64
-28
lines changed

.github/test-spec.yml

Lines changed: 64 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -367,35 +367,71 @@
367367
- "drivers/sensor/sensor_shell.c"
368368

369369
"CI-test-low-level":
370-
- "arch/**/*"
370+
- any:
371+
- "soc/nordic/**/*"
372+
- "!soc/nordic/nrf51*"
373+
- "!soc/nordic/nrf52*"
374+
- "!soc/nordic/nrf53*"
375+
- "!soc/nordic/nrf9*"
376+
- "arch/arm/**/*"
377+
- "arch/riscv/**/*"
371378
- "boards/nordic/nrf54*/**/*"
372-
- "drivers/**/*"
373-
- "dts/**/*"
374-
- "include/zephyr/**/*"
375-
- "kernel/**/*"
379+
- "drivers/adc/**/*"
380+
- "drivers/cache/**/*"
381+
- "drivers/clock_control/**/*"
382+
- "drivers/comparator/**/*"
383+
- "drivers/counter/**/*"
384+
- "drivers/flash/**/*"
385+
- "drivers/gpio/**/*"
386+
- "drivers/hwinfo/**/*"
387+
- "drivers/i2c/**/*"
388+
- "drivers/i2s/**/*"
389+
- "drivers/interrupt_controller/**/*"
390+
- "drivers/mbox/**/*"
391+
- "drivers/mspi/**/*"
392+
- "drivers/pinctrl/**/*"
393+
- "drivers/power_domain/**/*"
394+
- "drivers/pwm/**/*"
395+
- "drivers/retained_mem/**/*"
396+
- "drivers/rtc/**/*"
397+
- "drivers/serial/**/*"
398+
- "drivers/spi/**/*"
399+
- "drivers/timer/**/*"
400+
- "drivers/usb/**/*"
401+
- "drivers/watchdog/**/*"
402+
- any:
403+
- "dts/vendor/nordic/**/*"
404+
- "!dts/vendor/nordic/nrf52*"
405+
- "!dts/vendor/nordic/nrf53*"
406+
- "!dts/vendor/nordic/nrf9*"
376407
- "modules/hal_nordic/**/*"
377-
- "samples/basic/blinky_pwm/**/*"
378-
- "samples/basic/fade_led/**/*"
379-
- "samples/boards/nrf/**/*"
380408
- "samples/boards/nordic/**/*"
381-
- "samples/drivers/adc/**/*"
382-
- "samples/drivers/jesd216/**/*"
383-
- "samples/drivers/mbox/**/*"
384-
- "samples/drivers/soc_flash_nrf/**/*"
385-
- "samples/drivers/spi_flash/**/*"
386-
- "samples/drivers/watchdog/**/*"
387-
- "samples/hello_world/**/*"
388-
- "samples/sensor/**/*"
389-
- "samples/subsys/ipc/**/*"
390-
- "samples/subsys/logging/**/*"
391-
- "samples/subsys/settings/**/*"
392-
- "samples/subsys/usb/cdc_acm/**/*"
393-
- "samples/subsys/usb/mass/**/*"
394-
- "samples/synchronization/**/*"
395-
- "subsys/logging/**/*"
396-
- "subsys/settings/**/*"
397-
- "tests/arch/**/*"
409+
- "tests/arch/arm/**/*"
398410
- "tests/boards/nrf/**/*"
399-
- "tests/boards/nordic/**/*"
400-
- "tests/drivers/**/*"
401-
- "tests/kernel/**/*"
411+
- "tests/drivers/adc/**/*"
412+
- "tests/drivers/clock_control/**/*"
413+
- "tests/drivers/comparator/**/*"
414+
- "tests/drivers/counter/**/*"
415+
- "tests/drivers/flash/**/*"
416+
- "tests/drivers/gpio/**/*"
417+
- "tests/drivers/hwinfo/**/*"
418+
- "tests/drivers/i2c/**/*"
419+
- "tests/drivers/i2s/**/*"
420+
- "tests/drivers/interrupt_controller/**/*"
421+
- "tests/drivers/mbox/**/*"
422+
- "tests/drivers/mspi/**/*"
423+
- "tests/drivers/pinctrl/**/*"
424+
- "tests/drivers/pwm/**/*"
425+
- "tests/drivers/retained_mem/**/*"
426+
- "tests/drivers/rtc/**/*"
427+
- "tests/drivers/spi/**/*"
428+
- "tests/drivers/timer/**/*"
429+
- "tests/drivers/uart/**/*"
430+
- "tests/drivers/watchdog/**/*"
431+
- "tests/kernel/common/**/*"
432+
- "tests/kernel/context/**/*"
433+
- "tests/kernel/fatal/**/*"
434+
- "tests/kernel/fpu_sharing/**/*"
435+
- "tests/kernel/gen_isr_table/**/*"
436+
- "tests/kernel/interrupt/**/*"
437+
- "tests/kernel/sched/preempt/**/*"

0 commit comments

Comments
 (0)