mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
44 lines
2.1 KiB
YAML
44 lines
2.1 KiB
YAML
# 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: "$CI_REGISTRY/ci/images/idf-v6.1:1"
|
|
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.1-target-test: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: "$CI_REGISTRY/ci/images/idf-v6.0:1"
|
|
test-job-image: "$CI_REGISTRY/ci/images/idf-v6.0-target-test:1"
|
|
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: "$CI_REGISTRY/ci/images/idf-v5.5:1"
|
|
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.5-target-test:1"
|
|
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: "$CI_REGISTRY/ci/images/idf-v5.4:1"
|
|
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.4-target-test:1"
|
|
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: "$CI_REGISTRY/ci/images/idf-v5.3:1"
|
|
test-job-image: "$CI_REGISTRY/ci/images/idf-v5.3-target-test:1"
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-v5.3"
|