From 7fecad1473571d993ac84726a58214dc44e39896 Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Thu, 10 Feb 2022 20:21:55 +0800 Subject: [PATCH] CI: support integration c3 test --- tools/ci/config/assign-test.yml | 1 + tools/ci/config/target-test.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/tools/ci/config/assign-test.yml b/tools/ci/config/assign-test.yml index e603460e21..b83667ee5b 100644 --- a/tools/ci/config/assign-test.yml +++ b/tools/ci/config/assign-test.yml @@ -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 diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index d8a4a35b8e..6832450c15 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -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