Skip to content

Commit a6b6261

Browse files
committed
samples: pmic: npm1300: sample.yaml cleanup
Remove reference to unused harnesses. Set build_only for compile targets. Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
1 parent b6e3ca9 commit a6b6261

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

samples/pmic/native/npm1300_fuel_gauge/sample.yaml

+1-18
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,16 @@ common:
1919
- nrf54h20dk/nrf54h20/cpuapp
2020
- nrf9160dk/nrf9160
2121
tags:
22-
2322
- pmic
2423
- ci_samples_pmic
2524
tests:
26-
samples.npm1300_fuel_gauge:
27-
sysbuild: true
28-
platform_allow:
29-
- nrf52dk/nrf52832
30-
- nrf52840dk/nrf52840
31-
- nrf5340dk/nrf5340/cpuapp
32-
harness: console
33-
tags: sysbuild
34-
harness_config:
35-
fixture: nPM1300_setup_eng_b
36-
type: multi_line
37-
ordered: true
38-
regex:
39-
- "PMIC device ok"
40-
- "V: [0-9.]+, I: [0-9.-]+, T: [0-9.-]+"
41-
- "SoC: [0-9.]+, TTE: ([0-9.]+|nan), TTF: ([0-9.]+|nan)"
4225
samples.compile:
4326
sysbuild: true
27+
build_only: true
4428
platform_allow:
4529
- nrf9160dk/nrf9160
4630
- nrf54l15dk/nrf54l15/cpuapp
4731
- nrf54h20dk/nrf54h20/cpuapp
48-
harness: shield
4932
tags:
5033
- shield
5134
- sysbuild

samples/pmic/native/npm1300_one_button/sample.yaml

+1-18
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,16 @@ common:
1919
- nrf54h20dk/nrf54h20/cpuapp
2020
- nrf9160dk/nrf9160
2121
tags:
22-
2322
- pmic
2423
- ci_samples_pmic
2524
tests:
26-
samples.npm1300_one_button:
27-
sysbuild: true
28-
platform_allow:
29-
- nrf52dk/nrf52832
30-
- nrf52840dk/nrf52840
31-
- nrf5340dk/nrf5340/cpuapp
32-
harness: console
33-
harness_config:
34-
fixture: nPM1300_setup_eng_b
35-
type: multi_line
36-
ordered: true
37-
regex:
38-
- "PMIC device ok"
39-
tags:
40-
- sysbuild
41-
- ci_samples_pmic
4225
samples.npm1300_one_button_compile:
4326
sysbuild: true
27+
build_only: true
4428
platform_allow:
4529
- nrf9160dk/nrf9160
4630
- nrf54l15dk/nrf54l15/cpuapp
4731
- nrf54h20dk/nrf54h20/cpuapp
48-
harness: shield
4932
tags:
5033
- shield
5134
- sysbuild

0 commit comments

Comments
 (0)