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.
|
# we have a lot build example jobs. now we don't use dependencies, just download all artificats of build stage.
|
||||||
dependencies:
|
dependencies:
|
||||||
- build_ssc
|
- build_ssc
|
||||||
- build_esp_idf_tests_make
|
|
||||||
- build_esp_idf_tests_cmake
|
- build_esp_idf_tests_cmake
|
||||||
variables:
|
variables:
|
||||||
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
|
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
- $BOT_LABEL_EXAMPLE_TEST
|
- $BOT_LABEL_EXAMPLE_TEST
|
||||||
dependencies:
|
dependencies:
|
||||||
- assign_test
|
- assign_test
|
||||||
- build_examples_make
|
|
||||||
- build_examples_cmake_esp32
|
- build_examples_cmake_esp32
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
|
|
Loading…
Reference in a new issue