Skip to content

Commit

Permalink
Merge branch 'feature/remove_coredump_tests' into 'master'
Browse files Browse the repository at this point in the history
coredump: remove tests (moved to esp-coredump repo)

See merge request espressif/esp-idf!22858
  • Loading branch information
Lapshin committed May 15, 2023
2 parents ede0786 + 0b078f5 commit 2327c5c
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 3,636 deletions.
19 changes: 0 additions & 19 deletions .gitlab/ci/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,25 +169,6 @@ test_efuse_table_on_host_esp32c6:
variables:
IDF_TARGET: esp32c6

test_espcoredump:
extends: .host_test_template
artifacts:
when: always
paths:
- components/espcoredump/test/**/.coverage
- components/espcoredump/test/**/output
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-20220928
# install CMake version specified in tools.json
SETUP_TOOLS_LIST: "all"
script:
- eval $($IDF_PATH/tools/idf_tools.py export)
- 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

test_logtrace_proc:
extends: .host_test_template
artifacts:
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
- "tools/test_build_system/**/*"

.patterns-custom_test: &patterns-custom_test
- "components/espcoredump/**/*"

- "tools/ci/python_packages/gitlab_api.py"
- "tools/ci/python_packages/tiny_test_fw/**/*"
- "tools/ci/python_packages/ttfw_idf/**/*"
Expand Down
293 changes: 0 additions & 293 deletions components/espcoredump/test/esp32/coredump.b64

This file was deleted.

584 changes: 0 additions & 584 deletions components/espcoredump/test/esp32/expected_output

This file was deleted.

124 changes: 0 additions & 124 deletions components/espcoredump/test/esp32c2/coredump.b64

This file was deleted.

Loading

0 comments on commit 2327c5c

Please sign in to comment.