From 52f2ccdd8f8a664d9eab3f98454525845a0809fe Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 20 Jul 2026 23:04:36 +0200 Subject: [PATCH] ci: custom constraint branch --- .gitlab/ci/common.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index e7d072bd992..d3d30089c07 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -20,6 +20,7 @@ include: file: "templates/idf/common-scripts.yml" inputs: ci_python_constraint_file: "espidf.constraints.v6.0.txt" + ci_python_constraint_branch: "backport/idf-ci-1.0-idf-v6.0" macos_image: "registry.hub.docker.com/espressif/macos-idf:sequoia-v6.0" windows_image: "windows_11_idf_v6_0"