mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 00:50:57 +02:00
set dependencies to null to avoid missing artifacts issue
This commit is contained in:
@@ -92,6 +92,7 @@ build_ssc_esp32s2:
|
|||||||
extends:
|
extends:
|
||||||
- .build_template
|
- .build_template
|
||||||
- .rules:build_tests:unit_test
|
- .rules:build_tests:unit_test
|
||||||
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
needs:
|
needs:
|
||||||
- job: fast_template_app
|
- job: fast_template_app
|
||||||
artifacts: false
|
artifacts: false
|
||||||
@@ -139,6 +140,7 @@ build_esp_idf_tests_cmake_esp32s3:
|
|||||||
extends:
|
extends:
|
||||||
- .build_template
|
- .build_template
|
||||||
- .rules:build_tests:example_test-weekend_test
|
- .rules:build_tests:example_test-weekend_test
|
||||||
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
needs:
|
needs:
|
||||||
- job: fast_template_app
|
- job: fast_template_app
|
||||||
artifacts: false
|
artifacts: false
|
||||||
@@ -300,6 +302,7 @@ build_docs_pdf:
|
|||||||
extends:
|
extends:
|
||||||
- .build_template
|
- .build_template
|
||||||
- .rules:build_tests:weekend_test
|
- .rules:build_tests:weekend_test
|
||||||
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
needs:
|
needs:
|
||||||
- job: fast_template_app
|
- job: fast_template_app
|
||||||
artifacts: false
|
artifacts: false
|
||||||
@@ -394,6 +397,7 @@ build_installer:
|
|||||||
image: $CI_DOCKER_REGISTRY/wine-innosetup:1
|
image: $CI_DOCKER_REGISTRY/wine-innosetup:1
|
||||||
tags:
|
tags:
|
||||||
- build
|
- build
|
||||||
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
needs:
|
needs:
|
||||||
- build_cmdlinerunner
|
- build_cmdlinerunner
|
||||||
script:
|
script:
|
||||||
@@ -440,6 +444,7 @@ build_template_app:
|
|||||||
REPORT_DIR: examples/get-started/hello_world/tidybuild/report
|
REPORT_DIR: examples/get-started/hello_world/tidybuild/report
|
||||||
tags:
|
tags:
|
||||||
- host_test
|
- host_test
|
||||||
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
needs:
|
needs:
|
||||||
- clang_tidy_check_regular
|
- clang_tidy_check_regular
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user