Skip to content

Commit 55d0fe2

Browse files
nordic-aukonordicjm
authored andcommitted
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 63e2138 commit 55d0fe2

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

samples/pmic/native/npm1300_fuel_gauge/sample.yaml

+3-18
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,20 @@ common:
1919
- nrf54h20dk/nrf54h20/cpuapp
2020
- nrf9160dk/nrf9160
2121
tags:
22-
2322
- pmic
2423
- ci_samples_pmic
2524
tests:
26-
sample.npm1300_fuel_gauge:
25+
sample.npm1300_fuel_gauge_compile:
2726
sysbuild: true
27+
build_only: true
2828
platform_allow:
2929
- nrf52dk/nrf52832
3030
- nrf52840dk/nrf52840
3131
- 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)"
42-
sample.compile:
43-
sysbuild: true
44-
platform_allow:
45-
- nrf9160dk/nrf9160
4632
- nrf54l15dk/nrf54l15/cpuapp
4733
- nrf54h20dk/nrf54h20/cpuapp
48-
harness: shield
34+
- nrf9160dk/nrf9160
4935
tags:
5036
- shield
5137
- sysbuild
5238
- ci_samples_pmic
53-
extra_args: SHIELD=npm1300_ek

samples/pmic/native/npm1300_one_button/sample.yaml

+3-18
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,20 @@ common:
1919
- nrf54h20dk/nrf54h20/cpuapp
2020
- nrf9160dk/nrf9160
2121
tags:
22-
2322
- pmic
2423
- ci_samples_pmic
2524
tests:
26-
sample.npm1300_one_button:
25+
sample.npm1300_one_button_compile:
2726
sysbuild: true
27+
build_only: true
2828
platform_allow:
2929
- nrf52dk/nrf52832
3030
- nrf52840dk/nrf52840
3131
- 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
42-
sample.npm1300_one_button_compile:
43-
sysbuild: true
44-
platform_allow:
45-
- nrf9160dk/nrf9160
4632
- nrf54l15dk/nrf54l15/cpuapp
4733
- nrf54h20dk/nrf54h20/cpuapp
48-
harness: shield
34+
- nrf9160dk/nrf9160
4935
tags:
5036
- shield
5137
- sysbuild
5238
- ci_samples_pmic
53-
extra_args: SHIELD=npm1300_ek

0 commit comments

Comments
 (0)