kopia lustrzana https://github.com/espressif/esp-idf
ci: don't run build system tests on unit_test or custom_test labels
rodzic
3fe4adc98d
commit
a63f65dd6f
|
@ -272,6 +272,12 @@ build_docs_zh_CN_esp32s2:
|
||||||
|
|
||||||
test_build_system:
|
test_build_system:
|
||||||
extends: .build_template
|
extends: .build_template
|
||||||
|
only:
|
||||||
|
variables:
|
||||||
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
|
- $BOT_LABEL_BUILD
|
||||||
|
- $BOT_LABEL_REGULAR_TEST
|
||||||
|
- $BOT_LABEL_WEEKEND_TEST
|
||||||
script:
|
script:
|
||||||
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
|
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
|
||||||
- rm -rf test_build_system
|
- rm -rf test_build_system
|
||||||
|
@ -281,6 +287,12 @@ test_build_system:
|
||||||
|
|
||||||
test_build_system_cmake:
|
test_build_system_cmake:
|
||||||
extends: .build_template
|
extends: .build_template
|
||||||
|
only:
|
||||||
|
variables:
|
||||||
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
|
- $BOT_LABEL_BUILD
|
||||||
|
- $BOT_LABEL_REGULAR_TEST
|
||||||
|
- $BOT_LABEL_WEEKEND_TEST
|
||||||
script:
|
script:
|
||||||
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
|
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
|
||||||
- rm -rf test_build_system
|
- rm -rf test_build_system
|
||||||
|
|
Ładowanie…
Reference in New Issue