ci: Fix idf ci installation

- Changes the image used for builds
- Adds a new known warning regarding EXAMPLE_ETH_PHY_IP101
This commit is contained in:
Euripedes Rocha Filho
2025-10-13 15:23:00 +02:00
parent 381e72c918
commit 4e03b4d1ca
2 changed files with 33 additions and 32 deletions
+32 -32
View File
@@ -1,35 +1,35 @@
# Note: No need to run build and test on master branch since we use FastForward merge strategy and so each merge request
# is tested and then merged onto top of master branch.
include:
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:latest"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v6.0:2"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v6.0"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:v5.5"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v5.5:2"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.5"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:v5.4"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v5.4:2"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.4"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:v5.3"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v5.3:1"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.3"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:latest"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v6.0:2"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v6.0"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:release-v5.5"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v5.5:2"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.5"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:release-v5.4"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v5.4:2"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.4"
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
inputs:
build-job-image: "espressif/idf:release-v5.3"
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v5.3:1"
build-job-tags: ["brew", "build"]
job-suffix: ":idf-v5.3"
+1
View File
@@ -4,3 +4,4 @@ Warning: Deprecated: Option '--flash_freq' is deprecated. Use '--flash-freq' ins
Warning: Deprecated: Command 'sign_data' is deprecated. Use 'sign-data' instead.
Warning: Deprecated: Command 'extract_public_key' is deprecated. Use 'extract-public-key' instead.
CryptographyDeprecationWarning
warning: unknown kconfig symbol 'EXAMPLE_ETH_PHY_IP101' assigned to 'y'