Merge branch 'bugfix/fix_test_python_version_remove_v5.1' into 'main'

fix: incompatibility issue, removing idf v5.1 from pipeline

See merge request idf/esp-modbus!161
This commit is contained in:
Alex Lisitsyn
2026-02-19 15:49:22 +00:00
2 changed files with 2 additions and 20 deletions
+1 -19
View File
@@ -26,7 +26,7 @@ variables:
# Define a matrix for IDF versions and their corresponding targets
.options_list:
# versions:
# IDF_VER: ["latest", "v5.5", "v5.3", "v5.1"]
# IDF_VER: ["latest", "v5.5", "v5.3"]
analyzers:
ANALYZER_TYPE: [gcc, clang]
markers:
@@ -246,12 +246,6 @@ build_idf_v5.3:
variables:
TEST_TARGETS: "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 esp32p4"
build_idf_v5.1:
extends: .build_pytest_template
image: espressif/idf:release-v5.1
variables:
TEST_TARGETS: "esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2"
.target_test_template:
stage: target_test
timeout: 1 hour
@@ -341,18 +335,6 @@ target_test_v5.3:
artifacts: true
after_script: []
target_test_v5.1:
stage: target_test
image: "$CI_DOCKER_REGISTRY/target-test-env-v5.1:1"
extends: .test_template
parallel:
matrix:
- !reference [.options_list, markers]
needs:
- job: build_idf_v5.1
artifacts: true
after_script: []
build_docs:
stage: build
image: $ESP_DOCS_ENV_IMAGE
@@ -1,7 +1,7 @@
dependencies:
idf: ">=5.0"
espressif/esp-modbus:
version: "^2.0.0"
version: "^2"
override_path: "../../../../"
espressif/mdns:
version: "^1.0.0"