From e6534be78fcc9a925a3d0b4fa86c60b02981ffbd Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Mon, 17 Nov 2025 12:02:27 +0530 Subject: [PATCH] test(cmakev2): Enabled test_idf_extensions.py for builv2 CI tests --- .gitlab/ci/build.yml | 1 + .gitlab/ci/test-win.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index ed491abb37..2f3af19eba 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -286,6 +286,7 @@ pytest_buildv2_system: test_common.py test_components.py test_cmake.py + test_idf_extension.py pytest_build_system_macos: extends: diff --git a/.gitlab/ci/test-win.yml b/.gitlab/ci/test-win.yml index 8bf2f62fa6..7785cce377 100644 --- a/.gitlab/ci/test-win.yml +++ b/.gitlab/ci/test-win.yml @@ -178,3 +178,4 @@ pytest_buildv2_system_win: test_common.py test_components.py test_cmake.py + test_idf_extension.py