Merge branch 'bugfix/missing_assign_test_variable' into 'master'

CI: fix missing variables issue in assign_test

See merge request espressif/esp-idf!11111
pull/6192/head
Ivan Grokhotkov 2020-11-04 18:58:35 +08:00
commit b178780d52
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -26,9 +26,9 @@ assign_test:
artifacts:
paths:
- components/idf_test/*/CIConfigs
- $EXAMPLE_CONFIG_OUTPUT_PATH
- $TEST_APP_CONFIG_OUTPUT_PATH
- $COMPONENT_UT_CONFIG_OUTPUT_PATH
- $EXAMPLE_TEST_DIR/test_configs
- $CUSTOM_TEST_DIR/test_configs
- $COMPONENT_UT_OUTPUT_DIR/test_configs
- build_examples/artifact_index.json
- build_test_apps/artifact_index.json
- build_component_ut/artifact_index.json