From 04a24508b92788d52804571c7c3387c306be6bcb Mon Sep 17 00:00:00 2001 From: Mirko Covizzi Date: Fri, 24 Nov 2023 14:35:59 +0100 Subject: [PATCH] test-spec: move cellular/udp to iot-samples This commit moves the cellular/udp sample from `CI-thingy91-test` to `CI-iot-samples-test`. This is because now the testing automation for `samples/cellular` is under the `CI-iot-samples-test` plan. Signed-off-by: Mirko Covizzi --- .github/test-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index d7a321813e6..30c703c53b4 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -99,6 +99,7 @@ - "samples/cellular/mqtt_simple/**/*" - "samples/cellular/pdn/**/*" - "samples/cellular/sms/**/*" + - "samples/cellular/udp/**/*" - "subsys/net/lib/download_client/**/*" "CI-lwm2m-test": @@ -219,7 +220,6 @@ - "lib/date_time/**/*" - "drivers/sensor/sensor_sim/**/*" - "applications/asset_tracker_v2/**/*" - - "samples/cellular/udp/**/*" - "samples/net/aws_iot/**/*" - "samples/net/azure_iot_hub/**/*" - "samples/net/udp/**/*"