From be3bfb0ec3ced11311e32e3c507cd83527b4f3d1 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 4 May 2023 18:56:54 +0200 Subject: [PATCH] app: use extra_overlay_confs Using OVERLAY_CONFIG in extra_args is deprecated in favor of extra_overlay_confs. Signed-off-by: Gerard Marull-Paretas --- app/sample.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/sample.yaml b/app/sample.yaml index 9fc3119..582bb8f 100644 --- a/app/sample.yaml +++ b/app/sample.yaml @@ -12,4 +12,5 @@ common: tests: app.default: {} app.debug: - extra_args: OVERLAY_CONFIG="debug.conf" + extra_overlay_confs: + - debug.conf