mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
aa91b5d902
ci: manual job to block pipeline start See merge request espressif/esp-idf!46518
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
# Place the default settings in `.gitlab/ci/common.yml` instead
|
|
|
|
include:
|
|
- project: "ci/actions/common"
|
|
file:
|
|
- "templates/stable/default-workflow.yml"
|
|
- "templates/idf/deploy-github.yml"
|
|
- "templates/idf/deploy-docs.yml"
|
|
- project: "ci/actions/common"
|
|
file: "templates/idf/build-docs.yml"
|
|
inputs:
|
|
full-build-matrix:
|
|
- DOCLANG: ["en", "zh_CN"]
|
|
DOCTGT: ["esp32", "esp32s2", "esp32s3", "esp32s31", "esp32c3", "esp32c2", "esp32c6", "esp32c61", "esp32c5", "esp32h2", "esp32h4", "esp32h21", "esp32p4"]
|
|
partial-build-matrix:
|
|
- DOCLANG: "en"
|
|
DOCTGT: "esp32"
|
|
- DOCLANG: "zh_CN"
|
|
DOCTGT: "esp32p4"
|
|
- ".gitlab/ci/danger.yml"
|
|
- ".gitlab/ci/common.yml"
|
|
- ".gitlab/ci/rules.yml"
|
|
- ".gitlab/ci/manual_gate.yml"
|
|
- ".gitlab/ci/upload_cache.yml"
|
|
- ".gitlab/ci/static-code-analysis.yml"
|
|
- ".gitlab/ci/pre_commit.yml"
|
|
- ".gitlab/ci/pre_check.yml"
|
|
- ".gitlab/ci/build.yml"
|
|
- ".gitlab/ci/integration_test.yml"
|
|
- ".gitlab/ci/host-test.yml"
|
|
- ".gitlab/ci/deploy.yml"
|
|
- ".gitlab/ci/post_deploy.yml"
|
|
- ".gitlab/ci/test-win.yml"
|