From 9af984f8e77e8af0f05df03a0f945ad365866cad Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Thu, 9 Sep 2021 10:45:44 +0800 Subject: [PATCH] ci: improve test_coredump workflow use commit sha to let it pass in MRs' CI pipelines --- .gitlab/ci/host-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/host-test.yml b/.gitlab/ci/host-test.yml index e442285ae5..ff5d58db51 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -250,10 +250,11 @@ test_espcoredump: expire_in: 1 week 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_TAG: idf-20210909-00 # install CMake version specified in tools.json SETUP_TOOLS_LIST: "all" 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/ - ./test_espcoredump.sh ${CI_PROJECT_DIR}/idf-coredump-elf