CI: support integration c3 test

This commit is contained in:
Chen Yudong
2022-02-10 20:21:55 +08:00
committed by bot
parent 7d65b17898
commit 7fecad1473
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ assign_test:
# we have a lot build example jobs. now we don't use dependencies, just download all artifacts of build stage.
dependencies: # Here is not a hard dependency relationship, could be skipped. so we do not use "needs" here.
- build_ssc_esp32
- build_ssc_esp32c3
- build_esp_idf_tests_cmake_esp32
- build_esp_idf_tests_cmake_esp32s2
- build_esp_idf_tests_cmake_esp32c3

View File

@@ -117,6 +117,7 @@
needs:
- assign_test
- build_ssc_esp32
- build_ssc_esp32c3
variables:
LOCAL_ENV_CONFIG_PATH: "$CI_PROJECT_DIR/ci-test-runner-configs/$CI_RUNNER_DESCRIPTION/ESP32_IDF"
LOG_PATH: "${CI_PROJECT_DIR}/TEST_LOGS"
@@ -746,3 +747,10 @@ IT_022:
tags:
- ESP32_IDF
- SSC_T3_2
IT_C3_001:
extends: .integration_test_template
parallel: 5
tags:
- ESP32C3_IDF
- SSC_T2_5