Merge branch 'feat/ci_decrease_ut_artifact_num' into 'master'
ci: temporarily remove some artifacts from UT build See merge request espressif/esp-idf!8102
This commit is contained in:
commit
8252611edc
1 changed files with 7 additions and 1 deletions
|
@ -12,8 +12,14 @@
|
||||||
extends: .build_template
|
extends: .build_template
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- tools/unit-test-app/output
|
|
||||||
- components/idf_test/unit_test/TestCaseAll.yml
|
- components/idf_test/unit_test/TestCaseAll.yml
|
||||||
|
# Keep only significant files in the output folder (mainly to get rid of .map files)
|
||||||
|
- tools/unit-test-app/output/*/*.bin
|
||||||
|
- tools/unit-test-app/output/*/sdkconfig
|
||||||
|
- tools/unit-test-app/output/*/*.elf
|
||||||
|
- tools/unit-test-app/output/*/flasher_args.json
|
||||||
|
- tools/unit-test-app/output/*/bootloader/*.bin
|
||||||
|
- tools/unit-test-app/output/*/partition_table/*.bin
|
||||||
expire_in: 4 days
|
expire_in: 4 days
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue