mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
ci: Add 6.1 as latest build image
This commit is contained in:
@@ -6,6 +6,14 @@ include:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
inputs:
|
||||
build-job-image: "espressif/idf:latest"
|
||||
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v6.1:1"
|
||||
build-job-tags: ["brew", "build"]
|
||||
job-suffix: ":idf-latest"
|
||||
- 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-v6.0"
|
||||
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v6.0:2"
|
||||
build-job-tags: ["brew", "build"]
|
||||
job-suffix: ":idf-v6.0"
|
||||
|
||||
Reference in New Issue
Block a user