mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
fix: Update images from Docker to Gitlab container
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ stages:
|
||||
|
||||
variables:
|
||||
# System environment
|
||||
ESP_DOCS_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env-v5.3:1-1"
|
||||
ESP_DOCS_ENV_IMAGE: "$CI_REGISTRY/ci/images/idf-v5.3-docs:1"
|
||||
TEST_DIR: "$CI_PROJECT_DIR"
|
||||
|
||||
include:
|
||||
|
||||
@@ -2,31 +2,31 @@
|
||||
include:
|
||||
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
||||
inputs:
|
||||
build-job-image: "espressif/idf:latest"
|
||||
test-job-image: "$CI_DOCKER_REGISTRY/target-test-env-v6.1:1"
|
||||
build-job-image: "$CI_REGISTRY/ci/images/idf-v6.1:1"
|
||||
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_DOCKER_REGISTRY/target-test-env-v6.0:2"
|
||||
build-job-image: "$CI_REGISTRY/ci/images/idf-v6.0:1"
|
||||
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.0-target-test:1"
|
||||
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_DOCKER_REGISTRY/target-test-env-v5.5:2"
|
||||
build-job-image: "$CI_REGISTRY/ci/images/idf-v5.5:1"
|
||||
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_DOCKER_REGISTRY/target-test-env-v5.4:2"
|
||||
build-job-image: "$CI_REGISTRY/ci/images/idf-v5.4:1"
|
||||
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_DOCKER_REGISTRY/target-test-env-v5.3:1"
|
||||
build-job-image: "$CI_REGISTRY/ci/images/idf-v5.3:1"
|
||||
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.3-target-test:1"
|
||||
build-job-tags: ["build"]
|
||||
job-suffix: ":idf-v5.3"
|
||||
|
||||
Reference in New Issue
Block a user