mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'ci/coredump_elf_workflow' into 'master'
ci: improve test_coredump workflow See merge request espressif/esp-idf!15138
This commit is contained in:
@@ -245,10 +245,11 @@ test_espcoredump:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
variables:
|
variables:
|
||||||
IDF_COREDUMP_ELF_REPO: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/idf/idf-coredump-elf.git"
|
IDF_COREDUMP_ELF_REPO: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/idf/idf-coredump-elf.git"
|
||||||
|
IDF_COREDUMP_ELF_TAG: idf-20210909-00
|
||||||
# install CMake version specified in tools.json
|
# install CMake version specified in tools.json
|
||||||
SETUP_TOOLS_LIST: "all"
|
SETUP_TOOLS_LIST: "all"
|
||||||
script:
|
script:
|
||||||
- retry_failed git clone ${IDF_COREDUMP_ELF_REPO} -b master
|
- retry_failed git clone ${IDF_COREDUMP_ELF_REPO} -b $IDF_COREDUMP_ELF_TAG
|
||||||
- cd ${IDF_PATH}/components/espcoredump/test/
|
- cd ${IDF_PATH}/components/espcoredump/test/
|
||||||
- ./test_espcoredump.sh ${CI_PROJECT_DIR}/idf-coredump-elf
|
- ./test_espcoredump.sh ${CI_PROJECT_DIR}/idf-coredump-elf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user