From fbd1bc2a934f255c390c601aa776ec4f21c086f5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 29 Jun 2017 09:37:57 -0500 Subject: [PATCH] samples: hello_world: remove min_ram requirement The hello_world sample builds everywhere so remove the min_ram requirement from samples.yaml. Signed-off-by: Kumar Gala --- samples/hello_world/sample.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/hello_world/sample.yaml b/samples/hello_world/sample.yaml index 47396bf2128..b5b0e2a071d 100644 --- a/samples/hello_world/sample.yaml +++ b/samples/hello_world/sample.yaml @@ -6,10 +6,8 @@ tests: - test: build_only: true tags: samples tests - min_ram: 16 - singlethread: build_only: true extra_args: CONF_FILE=prj_single.conf filter: not CONFIG_BLUETOOTH and not CONFIG_GPIO_SCH tags: samples tests - min_ram: 16