Merge branch 'feature/IDF_image_update_component' into 'main'

ci: update image matrix

See merge request idf/esp-modbus!196
This commit is contained in:
Alex Lisitsyn
2026-06-29 08:39:43 +01:00
+4 -10
View File
@@ -2,31 +2,25 @@
include:
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-image: "espressif/idf:latest"
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.1-target-test:1"
build-job-tags: ["build"]
job-suffix: ":idf-latest"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-image: "espressif/idf:release-v6.0"
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.0-target-test:1"
build-job-tags: ["build"]
job-suffix: ":idf-v6.1"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-tags: ["build"]
job-suffix: ":idf-v6.0"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-image: "espressif/idf:release-v5.5"
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.5-target-test:1"
build-job-tags: ["build"]
job-suffix: ":idf-v5.5"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-image: "espressif/idf:release-v5.4"
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.4-target-test:1"
build-job-tags: ["build"]
job-suffix: ":idf-v5.4"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-image: "espressif/idf:release-v5.3"
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.3-target-test:1"
build-job-tags: ["build"]
job-suffix: ":idf-v5.3"