mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'test/deploy_docs_previow_host_test' into 'master'
ci: fix the issue that build_docs label has to be used with regular_test See merge request espressif/esp-idf!9120
This commit is contained in:
@@ -4,6 +4,7 @@ stages:
|
|||||||
- assign_test
|
- assign_test
|
||||||
- host_test
|
- host_test
|
||||||
- target_test
|
- target_test
|
||||||
|
- test_deploy
|
||||||
- post_check
|
- post_check
|
||||||
- deploy
|
- deploy
|
||||||
- post_deploy
|
- post_deploy
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.clang_tidy_deploy_template:
|
.clang_tidy_deploy_template:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||||
@@ -26,6 +25,8 @@
|
|||||||
|
|
||||||
clang_tidy_deploy:
|
clang_tidy_deploy:
|
||||||
extends: .clang_tidy_deploy_template
|
extends: .clang_tidy_deploy_template
|
||||||
|
# Override default stage to happen before the post_check
|
||||||
|
stage: test_deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
- clang_tidy_check
|
- clang_tidy_check
|
||||||
- clang_tidy_check_all
|
- clang_tidy_check_all
|
||||||
@@ -103,6 +104,8 @@ push_to_github:
|
|||||||
# deploys docs to CI_DOCKER_REGISTRY webserver, for internal review
|
# deploys docs to CI_DOCKER_REGISTRY webserver, for internal review
|
||||||
deploy_docs_preview:
|
deploy_docs_preview:
|
||||||
extends: .deploy_docs_template
|
extends: .deploy_docs_template
|
||||||
|
# Override default stage to happen before the post_check
|
||||||
|
stage: test_deploy
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- triggers
|
- triggers
|
||||||
|
Reference in New Issue
Block a user