ci: don't add build_examples_make as a target_test dependency
This commit is contained in:
parent
f3c8907cef
commit
3fcecdd12e
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ assign_test:
|
|||
# we have a lot build example jobs. now we don't use dependencies, just download all artificats of build stage.
|
||||
dependencies:
|
||||
- build_ssc
|
||||
- build_esp_idf_tests_make
|
||||
- build_esp_idf_tests_cmake
|
||||
variables:
|
||||
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
- $BOT_LABEL_EXAMPLE_TEST
|
||||
dependencies:
|
||||
- assign_test
|
||||
- build_examples_make
|
||||
- build_examples_cmake_esp32
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
Loading…
Reference in a new issue