From 2cbb8aebceb60314a50cb97c46b7ed5402e00c71 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Tue, 17 Dec 2024 21:05:07 +1000 Subject: [PATCH] samples: lora: add integration platforms Add an integration platform to the LoRa samples so that changes to these applications are checked in the PR CI. Signed-off-by: Jordan Yates --- samples/drivers/lora/receive/sample.yaml | 2 ++ samples/drivers/lora/send/sample.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/samples/drivers/lora/receive/sample.yaml b/samples/drivers/lora/receive/sample.yaml index 46b53a008c6..93e070db46c 100644 --- a/samples/drivers/lora/receive/sample.yaml +++ b/samples/drivers/lora/receive/sample.yaml @@ -11,3 +11,5 @@ tests: type: one_line regex: - " lora_receive: Synchronous reception" + integration_platforms: + - b_l072z_lrwan1 diff --git a/samples/drivers/lora/send/sample.yaml b/samples/drivers/lora/send/sample.yaml index 67024e5fdfb..3e9fcc96f00 100644 --- a/samples/drivers/lora/send/sample.yaml +++ b/samples/drivers/lora/send/sample.yaml @@ -11,3 +11,5 @@ tests: type: one_line regex: - " lora_send: Data sent!" + integration_platforms: + - b_l072z_lrwan1