mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
nvs: add long ci test for power off recovery and coverage
This test can be triggered manually: `bot test name: test_nvs_coverage`
This commit is contained in:
parent
9d0751e2b1
commit
6545f8eaf3
@ -243,6 +243,24 @@ test_nvs_on_host:
|
|||||||
- cd components/nvs_flash/test_nvs_host
|
- cd components/nvs_flash/test_nvs_host
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
test_nvs_coverage:
|
||||||
|
stage: test
|
||||||
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
tags:
|
||||||
|
- nvs_host_test
|
||||||
|
dependencies: []
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- components/nvs_flash/test_nvs_host/coverage_report
|
||||||
|
only:
|
||||||
|
- triggers
|
||||||
|
# This job takes a few hours to finish, so only run it on demand
|
||||||
|
variables:
|
||||||
|
BOT_NEEDS_TRIGGER_BY_NAME: 1
|
||||||
|
script:
|
||||||
|
- cd components/nvs_flash/test_nvs_host
|
||||||
|
- make coverage_report
|
||||||
|
|
||||||
test_partition_table_on_host:
|
test_partition_table_on_host:
|
||||||
stage: test
|
stage: test
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user