Merge branch 'feature/seperate_ble_wifi_test_environment_v4.3' into 'release/v4.3'

seperate ble wifi environment backport for v4.3

See merge request espressif/esp-idf!21973
This commit is contained in:
Jiang Jiang Jian 2023-01-12 17:42:12 +08:00
commit 0d48889e81
2 changed files with 50 additions and 0 deletions

View File

@ -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

View File

@ -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