diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b229577bd7..0ae550b60d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ variables: # target test repo parameters TEST_ENV_CONFIG_REPO: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/qa/ci-test-runner-configs.git" CI_AUTO_TEST_SCRIPT_REPO_URL: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/qa/auto_test_script.git" - CI_AUTO_TEST_SCRIPT_REPO_BRANCH: "ci/v3.1" + CI_AUTO_TEST_SCRIPT_REPO_BRANCH: "ci/v4.1" # Versioned esp-idf-doc env image to use for all document building jobs ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v10" diff --git a/components/idf_test/integration_test/KnownIssues b/components/idf_test/integration_test/KnownIssues index 73f7e7a774..e69de29bb2 100644 --- a/components/idf_test/integration_test/KnownIssues +++ b/components/idf_test/integration_test/KnownIssues @@ -1,10 +0,0 @@ - -# BT heap size issue -ESP32.BTSTK_MISC_0301 - -# GATT read multiple -ESP32.BTSTK_GATT_27002 -ESP32.BTSTK_GATT_27003 - -# CI -ESP32.BLUEDROID_GAP_04005 diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index b8cf186d70..b6536851fb 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -636,7 +636,7 @@ nvs_compatible_test: IT_001: extends: .integration_test_template - parallel: 3 + parallel: 2 tags: - ESP32_IDF - SSC_T1_4 @@ -649,34 +649,26 @@ IT_002: IT_003: extends: .integration_test_template - parallel: 14 + parallel: 9 tags: - ESP32_IDF - SSC_T2_5 -IT_004: - extends: .integration_test_template - tags: - - ESP32_IDF - - SSC_T1_APC - IT_005: extends: .integration_test_template - parallel: 2 tags: - ESP32_IDF - SSC_T1_5 IT_006: extends: .integration_test_template - parallel: 12 + parallel: 5 tags: - ESP32_IDF - SSC_T1_6 IT_007: extends: .integration_test_template - parallel: 3 tags: - ESP32_IDF - SSC_T1_7 @@ -687,12 +679,6 @@ IT_008: - ESP32_IDF - SSC_T1_8 -IT_009: - extends: .integration_test_template - tags: - - ESP32_IDF - - SSC_T1_3 - IT_011: extends: .integration_test_template tags: @@ -745,7 +731,6 @@ IT_018: IT_019: extends: .integration_test_template - parallel: 2 tags: - ESP32_IDF - SSC_T2_2 @@ -756,8 +741,8 @@ IT_020: - ESP32_IDF - SSC_T2_3 -IT_021: +IT_022: extends: .integration_test_template tags: - ESP32_IDF - - SSC_T2_4 + - SSC_T3_2