ci: Keep build artifacts for 4 days

This commit is contained in:
Angus Gratton 2019-12-12 09:38:04 +11:00 committed by bot
parent 0104a24a36
commit a8e01de0e4

View file

@ -14,7 +14,7 @@
paths:
- tools/unit-test-app/output
- components/idf_test/unit_test/TestCaseAll.yml
expire_in: 3 days
expire_in: 4 days
only:
variables:
- $BOT_TRIGGER_WITH_LABEL == null
@ -123,7 +123,7 @@ build_examples_make:
- build_examples/*/*/*/build/download.config
- build_examples/*/*/*/build/bootloader/*.bin
- $LOG_PATH
expire_in: 3 days
expire_in: 4 days
variables:
LOG_PATH: "$CI_PROJECT_DIR/log_examples_make"
only:
@ -166,7 +166,7 @@ build_examples_make:
- build_examples_cmake/*/*/*/*/build/flasher_args.json
- build_examples_cmake/*/*/*/*/build/bootloader/*.bin
- $LOG_PATH
expire_in: 3 days
expire_in: 4 days
variables:
LOG_PATH: "$CI_PROJECT_DIR/log_examples_cmake"
only:
@ -212,7 +212,7 @@ build_docs:
- docs/zh_CN/sphinx-warning-log.txt
- docs/zh_CN/sphinx-warning-log-sanitized.txt
- docs/zh_CN/_build/html
expire_in: 3 days
expire_in: 4 days
only:
variables:
- $BOT_TRIGGER_WITH_LABEL == null
@ -298,7 +298,7 @@ build_idf_exe:
artifacts:
paths:
- tools/windows/idf_exe/build/idf-exe-v*.zip
expire_in: 3 days
expire_in: 4 days
script:
- cd tools/windows/idf_exe/
- mkdir build
@ -321,7 +321,7 @@ build_cmdlinerunner:
artifacts:
paths:
- tools/windows/tool_setup/cmdlinerunner/build/cmdlinerunner.dll
expire_in: 3 days
expire_in: 4 days
script:
- cd tools/windows/tool_setup/cmdlinerunner
- mkdir build