ci: run custom-test separately from example-tests

This commit is contained in:
David Cermak 2020-04-03 16:34:29 +02:00
parent 8ded54a65d
commit 25803b9dc4
2 changed files with 1 additions and 1 deletions

View file

@ -217,6 +217,7 @@ build_examples_cmake_esp32s2:
- $BOT_LABEL_BUILD
- $BOT_LABEL_INTEGRATION_TEST
- $BOT_LABEL_REGULAR_TEST
- $BOT_LABEL_CUSTOM_TEST
- $BOT_LABEL_WEEKEND_TEST
script:
- mkdir -p ${BUILD_PATH}

View file

@ -98,7 +98,6 @@
variables:
- $BOT_TRIGGER_WITH_LABEL == null
- $BOT_LABEL_CUSTOM_TEST
- $BOT_LABEL_EXAMPLE_TEST
variables:
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
TEST_CASE_PATH: "$CI_PROJECT_DIR/tools/test_apps"