mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/ci/deploy_test_case_failed_because_no_logs_downloaded' into 'master'
fix(ci): deploy_test_result missing logs artifacts from target_test stage See merge request espressif/esp-idf!13635
This commit is contained in:
commit
879e6d90c2
@ -4,13 +4,13 @@
|
|||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
dependencies: []
|
|
||||||
|
|
||||||
push_to_github:
|
push_to_github:
|
||||||
extends:
|
extends:
|
||||||
- .deploy_job_template
|
- .deploy_job_template
|
||||||
- .before_script_minimal
|
- .before_script_minimal
|
||||||
- .rules:protected-no_label
|
- .rules:protected-no_label
|
||||||
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- add_github_ssh_keys
|
- add_github_ssh_keys
|
||||||
- git remote remove github &>/dev/null || true
|
- git remote remove github &>/dev/null || true
|
||||||
@ -64,6 +64,7 @@ check_submodule_sync:
|
|||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
SUBMODULES_TO_FETCH: "none"
|
SUBMODULES_TO_FETCH: "none"
|
||||||
PUBLIC_IDF_URL: "https://github.com/espressif/esp-idf.git"
|
PUBLIC_IDF_URL: "https://github.com/espressif/esp-idf.git"
|
||||||
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- git submodule deinit --force .
|
- git submodule deinit --force .
|
||||||
# setting the default remote URL to the public one, to resolve relative location URLs
|
# setting the default remote URL to the public one, to resolve relative location URLs
|
||||||
|
@ -114,7 +114,6 @@ clang_tidy_deploy:
|
|||||||
extends:
|
extends:
|
||||||
- .deploy_job_template
|
- .deploy_job_template
|
||||||
- .rules:patterns:clang_tidy
|
- .rules:patterns:clang_tidy
|
||||||
dependencies: # set dependencies to null to avoid missing artifacts issue
|
|
||||||
needs:
|
needs:
|
||||||
- clang_tidy_check
|
- clang_tidy_check
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user