ci: Updating IDF image wrapper component

This commit is contained in:
Octavio Godoy
2026-05-29 14:15:24 +02:00
parent 512e943b0c
commit 15b61aa7f3
+6 -22
View File
@@ -1,43 +1,27 @@
# Note: No need to run build and test on master branch since we use FastForward merge strategy and so each merge request # Including the wrapper component to import IDF images matrix
# is tested and then merged onto top of master branch.
include: include:
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main - component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs: inputs:
build-job-image: "espressif/idf:latest"
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.1-target-test:1"
build-job-tags: ["brew", "build"] build-job-tags: ["brew", "build"]
job-suffix: ":idf-latest" job-suffix: ":idf-latest"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main - component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs: inputs:
build-job-image: "espressif/idf:release-v6.0" build-job-tags: ["brew", "build"]
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.0-target-test:1" job-suffix: ":idf-v6.1"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
inputs:
build-job-tags: ["brew", "build"] build-job-tags: ["brew", "build"]
job-suffix: ":idf-v6.0" job-suffix: ":idf-v6.0"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main - component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs: 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: ["brew", "build"] build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.5" job-suffix: ":idf-v5.5"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main - component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs: 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: ["brew", "build"] build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.4" job-suffix: ":idf-v5.4"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main - component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs: 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: ["brew", "build"] build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.3" job-suffix: ":idf-v5.3"