bugfix: set authmode by switching number to string (backport v4.1)

This commit is contained in:
huchaoru 2021-08-06 16:41:35 +08:00
parent 6cd99a7ebd
commit 9e9be2538d
3 changed files with 6 additions and 31 deletions

View File

@ -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:v7"

View File

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

View File

@ -535,7 +535,7 @@ nvs_compatible_test:
IT_001:
extends: .test_template
parallel: 3
parallel: 2
tags:
- ESP32_IDF
- SSC_T1_4
@ -548,34 +548,26 @@ IT_002:
IT_003:
extends: .test_template
parallel: 14
parallel: 9
tags:
- ESP32_IDF
- SSC_T2_5
IT_004:
extends: .test_template
tags:
- ESP32_IDF
- SSC_T1_APC
IT_005:
extends: .test_template
parallel: 2
tags:
- ESP32_IDF
- SSC_T1_5
IT_006:
extends: .test_template
parallel: 12
parallel: 5
tags:
- ESP32_IDF
- SSC_T1_6
IT_007:
extends: .test_template
parallel: 3
tags:
- ESP32_IDF
- SSC_T1_7
@ -586,12 +578,6 @@ IT_008:
- ESP32_IDF
- SSC_T1_8
IT_009:
extends: .test_template
tags:
- ESP32_IDF
- SSC_T1_3
IT_011:
extends: .test_template
tags:
@ -644,7 +630,6 @@ IT_018:
IT_019:
extends: .test_template
parallel: 2
tags:
- ESP32_IDF
- SSC_T2_2
@ -655,8 +640,8 @@ IT_020:
- ESP32_IDF
- SSC_T2_3
IT_021:
IT_022:
extends: .test_template
tags:
- ESP32_IDF
- SSC_T2_4
- SSC_T3_2