From 338166d94b965a2e9a58da78e70c22e7add7e879 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 12 Oct 2021 09:39:16 +0800 Subject: [PATCH] ci: add idf size mem region yamls to host test pattern --- .gitlab/ci/rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index d9e8056d1c..bc7c0695f1 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -115,6 +115,7 @@ - "tools/test_idf_py/**/*" - "tools/idf_size.py" + - "tools/idf_size_yaml/*" - "tools/test_idf_size/**/*" - "tools/tools.json"