From 734b00a5851703d00ea018cb4fab671edf205ebc Mon Sep 17 00:00:00 2001 From: Chen Sheng Date: Thu, 12 Jan 2023 17:42:12 +0800 Subject: [PATCH] seperate ble wifi environment backport for v4.3 --- tools/ci/config/target-test.yml | 44 +++++++++++++++++++++++++++ tools/ci/integration_test/KnownIssues | 6 ++++ 2 files changed, 50 insertions(+) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index b0615212cf..36ee0fe72a 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -688,6 +688,28 @@ IT_003: - ESP32_IDF - SSC_T2_5 +IT_T5_BT_Simple: + extends: .integration_test_template + parallel: 3 + tags: + - ESP32_IDF + - SSC_T5_BT_Simple + +IT_T2_BT_Simple: + extends: .integration_test_template + parallel: 6 + tags: + - ESP32_IDF + - SSC_T2_BT_Simple + +IT_T1_BT_Dongle: + extends: .integration_test_template + image: gitlab.espressif.cn:5050/qa/dockerfiles/integration-test-env-dbg:1 + parallel: 2 + tags: + - ESP32_IDF + - SSC_T1_BT_Dongle + IT_005: extends: .integration_test_template tags: @@ -787,3 +809,25 @@ IT_C3_001: tags: - ESP32C3_IDF - SSC_T2_5 + +IT_C3_T2_BT_Simple: + extends: .integration_test_esp32c3_template + parallel: 11 + tags: + - ESP32C3_IDF + - SSC_T2_BT_Simple + +IT_C3_T5_BT_Simple: + extends: .integration_test_esp32c3_template + parallel: 5 + tags: + - ESP32C3_IDF + - SSC_T5_BT_Simple + +IT_C3_T1_BT_Dongle: + extends: .integration_test_esp32c3_template + image: gitlab.espressif.cn:5050/qa/dockerfiles/integration-test-env-dbg:1 + parallel: 2 + tags: + - ESP32C3_IDF + - SSC_T1_BT_Dongle diff --git a/tools/ci/integration_test/KnownIssues b/tools/ci/integration_test/KnownIssues index 69141b0abd..cb6ffd1265 100644 --- a/tools/ci/integration_test/KnownIssues +++ b/tools/ci/integration_test/KnownIssues @@ -1,3 +1,9 @@ +# MESH +ESP32.MESH_EST_2109 +# CI +ESP32.BLUEDROID_GAP_03003 +ESP32.NIMBLE_GAP_14007 # IDFCI-1067 ESP32C3.NIMBLE_GAP_14009 +ESP32C3.NIMBLE_GAP_17021