From b76e97be1c0a7a57c76aaede3c882643a8b2c88b Mon Sep 17 00:00:00 2001 From: huchaoru Date: Fri, 6 Aug 2021 16:55:52 +0800 Subject: [PATCH] bugfix: set authmode by switching number to string (backport v4.0) --- .gitlab-ci.yml | 2 +- components/idf_test/integration_test/KnownIssues | 2 ++ tools/ci/config/target-test.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 209576fc79..8c6720447c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,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/v3.3" # 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:v7" diff --git a/components/idf_test/integration_test/KnownIssues b/components/idf_test/integration_test/KnownIssues index 8e3dad65e1..0fe3647c50 100644 --- a/components/idf_test/integration_test/KnownIssues +++ b/components/idf_test/integration_test/KnownIssues @@ -6,6 +6,8 @@ ESP32.BTSTK_MISC_0301 ESP32.BTSTK_GATT_27002 ESP32.BTSTK_GATT_27003 +ESP32.MESH_EST_2109 + ESP32.BLUEDROID_GAP_04005 ESP32.BLUEDROID_GAP_05002 ESP32.BLUEDROID_GAP_05003 diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index d3504e01ed..5cb9a71bf4 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -449,7 +449,7 @@ IT_002: IT_003: extends: .test_template - parallel: 14 + parallel: 16 tags: - ESP32_IDF - SSC_T2_5