Skip to content

Commit 20742db

Browse files
committed
Merge branch 'test/ci_check_wifi_lib_md5_fail' into 'master'
ci: fix check wifi lib md5 fail See merge request espressif/esp-idf!6970
2 parents ef732fa + a6de0e8 commit 20742db

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

tools/ci/config/post_check.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ check_submodule_sync:
2424
- git submodule update --recursive
2525
- echo "IDF was cloned from ${PUBLIC_IDF_URL} completely"
2626

27-
check_wifi_lib_md5:
28-
extends: .check_job_template
29-
tags:
30-
- build
31-
dependencies: []
32-
script:
33-
- tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
34-
- git submodule update --init components/esp_wifi/lib
35-
- IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
36-
- IDF_TARGET=esp32s2beta $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
37-
3827
check_ut_cmake_make:
3928
extends: .check_job_template_with_filter
4029
stage: post_check

tools/ci/config/pre_check.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ check_cmake_style:
7676
script:
7777
tools/cmake/run_cmake_lint.sh
7878

79+
check_wifi_lib_md5:
80+
stage: pre_check
81+
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
82+
tags:
83+
- build
84+
variables:
85+
SUBMODULES_TO_FETCH: "components/esp_wifi/lib"
86+
dependencies: []
87+
script:
88+
- IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
89+
- IDF_TARGET=esp32s2beta $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
90+
7991
.build_with_make_and_cmake: &build_with_make_and_cmake |
8092
echo -e "section_end:"`date +%s`":build_script\r\e[0Ksection_start:"`date +%s`":build_make\r\e[0KBuild with Make"
8193
make defconfig

0 commit comments

Comments
 (0)