mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_set_locked_channel_typo_of_smartconfig' into 'release/v2.1'
fix set locked channel typo of smartconfig See merge request !1156
This commit is contained in:
commit
00b5f82c41
@ -41,7 +41,7 @@ before_script:
|
||||
|
||||
build_template_app:
|
||||
stage: build
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build
|
||||
variables:
|
||||
@ -69,7 +69,7 @@ build_template_app:
|
||||
|
||||
.build_template: &build_template
|
||||
stage: build
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build
|
||||
variables:
|
||||
@ -154,7 +154,7 @@ build_examples_04:
|
||||
|
||||
build_docs:
|
||||
stage: build
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build_docs
|
||||
artifacts:
|
||||
@ -171,7 +171,7 @@ build_docs:
|
||||
|
||||
test_nvs_on_host:
|
||||
stage: test
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- nvs_host_test
|
||||
dependencies: []
|
||||
@ -181,7 +181,7 @@ test_nvs_on_host:
|
||||
|
||||
test_partition_table_on_host:
|
||||
stage: test
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build
|
||||
dependencies: []
|
||||
@ -191,7 +191,7 @@ test_partition_table_on_host:
|
||||
|
||||
test_wl_on_host:
|
||||
stage: test
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- wl_host_test
|
||||
artifacts:
|
||||
@ -204,7 +204,7 @@ test_wl_on_host:
|
||||
|
||||
test_build_system:
|
||||
stage: test
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build_test
|
||||
dependencies: []
|
||||
@ -214,7 +214,7 @@ test_build_system:
|
||||
|
||||
test_report:
|
||||
stage: test_report
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- report
|
||||
only:
|
||||
@ -269,7 +269,7 @@ push_master_to_github:
|
||||
before_script:
|
||||
- echo "Not setting up GitLab key, not fetching submodules"
|
||||
stage: deploy
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- deploy
|
||||
only:
|
||||
@ -300,7 +300,7 @@ deploy_docs:
|
||||
before_script:
|
||||
- echo "Not setting up GitLab key, not fetching submodules"
|
||||
stage: deploy
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- deploy
|
||||
only:
|
||||
@ -326,7 +326,7 @@ deploy_docs:
|
||||
|
||||
check_doc_links:
|
||||
stage: test
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- check_doc_links
|
||||
only:
|
||||
@ -346,7 +346,7 @@ check_doc_links:
|
||||
|
||||
check_commit_msg:
|
||||
stage: deploy
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build
|
||||
except:
|
||||
@ -363,7 +363,7 @@ check_commit_msg:
|
||||
|
||||
check_submodule_sync:
|
||||
stage: deploy
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env:v2.1
|
||||
tags:
|
||||
- build
|
||||
except:
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c225bf8bcae52652733d577e37fa1affe370caf4
|
||||
Subproject commit f6701dcdd52625ba3d84d27df0dd2d95e7891921
|
Loading…
x
Reference in New Issue
Block a user