From 4e93fa62527af9b525440cfcd65dfd398a2abfc1 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Sat, 21 Sep 2024 07:54:10 +0200 Subject: [PATCH] samples/subsys/tracing: Don't test on native_posix native_posix is now deprecated. Building this sample in both native_sim and native_posix does not improve coverage for the sample or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for this sample. Signed-off-by: Alberto Escolar Piedras --- samples/subsys/tracing/boards/native_posix.conf | 5 ----- samples/subsys/tracing/sample.yaml | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 samples/subsys/tracing/boards/native_posix.conf diff --git a/samples/subsys/tracing/boards/native_posix.conf b/samples/subsys/tracing/boards/native_posix.conf deleted file mode 100644 index 2a60b33a767..00000000000 --- a/samples/subsys/tracing/boards/native_posix.conf +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_TRACING=y -CONFIG_TRACING_TEST=y -CONFIG_TRACING_SYNC=y -CONFIG_TRACING_BACKEND_POSIX=y -CONFIG_TRACING_PACKET_MAX_SIZE=64 diff --git a/samples/subsys/tracing/sample.yaml b/samples/subsys/tracing/sample.yaml index 877ea096b58..dd53b444a74 100644 --- a/samples/subsys/tracing/sample.yaml +++ b/samples/subsys/tracing/sample.yaml @@ -62,13 +62,11 @@ tests: extra_args: CONF_FILE="prj_usb_ctf.conf" sample.tracing.transport.native: platform_allow: - - native_posix - native_sim integration_platforms: - native_sim sample.tracing.transport.native.ctf: platform_allow: - - native_posix - native_sim integration_platforms: - native_sim