Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: Unify the name of samples #20940

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/cellular/nidd/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sample:
name: NIDD sample
tests:
samples.cellular.nidd:
sample.cellular.nidd:
sysbuild: true
build_only: true
platform_allow:
Expand Down
6 changes: 3 additions & 3 deletions samples/nrf_rpc/protocols_serialization/client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sample:
description: Demonstrates serialization of Bluetooth LE and OpenThread API using
nRF RPC
tests:
samples.nrf_rpc.protocols_serialization.client.rpc_ble:
sample.nrf_rpc.protocols_serialization.client.rpc_ble:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
Expand All @@ -16,7 +16,7 @@ tests:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
samples.nrf_rpc.protocols_serialization.client.rpc_ot:
sample.nrf_rpc.protocols_serialization.client.rpc_ot:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
Expand All @@ -29,7 +29,7 @@ tests:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
samples.nrf_rpc.protocols_serialization.client.rpc:
sample.nrf_rpc.protocols_serialization.client.rpc:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
Expand Down
6 changes: 3 additions & 3 deletions samples/nrf_rpc/protocols_serialization/server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sample:
description: Demonstrates serialization of Bluetooth LE and OpenThread API using
nRF RPC
tests:
samples.nrf_rpc.protocols_serialization.server.rpc_ble:
sample.nrf_rpc.protocols_serialization.server.rpc_ble:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
Expand All @@ -16,7 +16,7 @@ tests:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
samples.nrf_rpc.protocols_serialization.server.rpc_ot:
sample.nrf_rpc.protocols_serialization.server.rpc_ot:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
Expand All @@ -29,7 +29,7 @@ tests:
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
samples.nrf_rpc.protocols_serialization.server.rpc:
sample.nrf_rpc.protocols_serialization.server.rpc:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
Expand Down
4 changes: 2 additions & 2 deletions samples/pmic/native/npm1300_fuel_gauge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ common:
- pmic
- ci_samples_pmic
tests:
samples.npm1300_fuel_gauge:
sample.npm1300_fuel_gauge:
sysbuild: true
platform_allow:
- nrf52dk/nrf52832
Expand All @@ -39,7 +39,7 @@ tests:
- "PMIC device ok"
- "V: [0-9.]+, I: [0-9.-]+, T: [0-9.-]+"
- "SoC: [0-9.]+, TTE: ([0-9.]+|nan), TTF: ([0-9.]+|nan)"
samples.compile:
sample.compile:
sysbuild: true
platform_allow:
- nrf9160dk/nrf9160
Expand Down
4 changes: 2 additions & 2 deletions samples/pmic/native/npm1300_one_button/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ common:
- pmic
- ci_samples_pmic
tests:
samples.npm1300_one_button:
sample.npm1300_one_button:
sysbuild: true
platform_allow:
- nrf52dk/nrf52832
Expand All @@ -39,7 +39,7 @@ tests:
tags:
- sysbuild
- ci_samples_pmic
samples.npm1300_one_button_compile:
sample.npm1300_one_button_compile:
sysbuild: true
platform_allow:
- nrf9160dk/nrf9160
Expand Down
2 changes: 1 addition & 1 deletion samples/pmic/native/npm2100_fuel_gauge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ common:
- pmic
- ci_samples_pmic
tests:
samples.npm2100_fuel_gauge_compile:
sample.npm2100_fuel_gauge_compile:
sysbuild: true
build_only: true
platform_allow:
Expand Down
2 changes: 1 addition & 1 deletion samples/pmic/native/npm2100_one_button/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ common:
- ci_samples_pmic

tests:
samples.npm2100_one_button_compile:
sample.npm2100_one_button_compile:
sysbuild: true
build_only: true
platform_allow:
Expand Down
4 changes: 2 additions & 2 deletions scripts/quarantine_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
comment: "Configurations excluded to limit resources usage in integration builds"

- scenarios:
- samples.npm1300_fuel_gauge
- samples.npm1300_one_button
- sample.npm1300_fuel_gauge
- sample.npm1300_one_button
platforms:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
Expand Down