diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 89280b4e56..d7207e9dea 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -58,6 +58,8 @@ .patterns-build_system: &patterns-build_system - "tools/cmake/**/*" - "tools/kconfig_new/**/*" + - "tools/idf.py" + - "tools/idf_py_actions/**/*" - "tools/requirements.json" - "tools/ci/test_build_system*.sh" - "tools/ci/test_build_system*.py" diff --git a/tools/idf_py_actions/core_ext.py b/tools/idf_py_actions/core_ext.py index 5857257191..3466b0e953 100644 --- a/tools/idf_py_actions/core_ext.py +++ b/tools/idf_py_actions/core_ext.py @@ -77,8 +77,8 @@ def action_extensions(base_actions: Dict, project_path: str) -> Any: args.no_hints = True build_target(target_name, ctx, args) - def save_defconfig(target_name: str, ctx: Context, args: PropertyDict, menu_labels: bool) -> None: - if menu_labels: + def save_defconfig(target_name: str, ctx: Context, args: PropertyDict, add_menu_labels: bool) -> None: + if add_menu_labels: os.environ['ESP_IDF_KCONFIG_MIN_LABELS'] = '1' else: # unset variable