Merge branch 'ci/manual-gate-v6.0' into 'release/v6.0'

ci: manual job to block pipeline start v6.0

See merge request espressif/esp-idf!46719
This commit is contained in:
Michael (XIAO Xufeng)
2026-03-19 21:42:06 +08:00
6 changed files with 27 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ include:
- ".gitlab/ci/danger.yml"
- ".gitlab/ci/common.yml"
- ".gitlab/ci/rules.yml"
- ".gitlab/ci/manual_gate.yml"
- ".gitlab/ci/upload_cache.yml"
- ".gitlab/ci/docs.yml"
- ".gitlab/ci/static-code-analysis.yml"

View File

@@ -2,6 +2,7 @@
# Default Variables #
#####################
stages:
- manual_gate
- upload_cache
- pre_check
- build

View File

@@ -301,7 +301,9 @@ build_docker:
- .before_script:minimal
- .rules:build:docker
stage: host_test
needs: []
needs:
- job: manual_gate
optional: true
image: espressif/docker-builder:1
tags: [shiny, dind]
variables:

View File

@@ -39,6 +39,8 @@ gen_integration_pipeline:
SUBMODULES_TO_FETCH: "none"
GIT_LFS_SKIP_SMUDGE: 1
needs:
- job: manual_gate
optional: true
- job: fast_template_app
artifacts: false
optional: true

View File

@@ -0,0 +1,11 @@
manual_gate:
stage: manual_gate
image: $ESP_ENV_IMAGE
tags: [fast_run, shiny]
allow_failure: false
rules:
- if: '($CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_BRANCH =~ /^release\/v/) && $CI_PIPELINE_SOURCE == "push"'
when: manual
- when: never
script:
- echo "Manual approval received for master pipeline."

View File

@@ -94,7 +94,9 @@ pytest_build_system_win:
- .test_build_system_template_win
- .rules:labels:windows_pytest_build_system
parallel: 6
needs: []
needs:
- job: manual_gate
optional: true
tags: [windows-build, brew]
artifacts:
paths:
@@ -109,7 +111,9 @@ pytest_build_system_win_minimal_cmake:
extends:
- .test_build_system_template_win
- .rules:labels:windows_pytest_build_system
needs: []
needs:
- job: manual_gate
optional: true
tags: [windows-build, brew]
artifacts:
paths:
@@ -142,7 +146,9 @@ pytest_buildv2_system_win:
- .test_build_system_template_win
- .rules:labels:buildv2
parallel: 2
needs: []
needs:
- job: manual_gate
optional: true
tags: [windows-build, brew]
artifacts:
paths: