mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Minimum 4 days for artifact expiry
This commit is contained in:
parent
0407ab426e
commit
9926a12943
@ -183,7 +183,7 @@ build_ssc:
|
|||||||
paths:
|
paths:
|
||||||
- tools/unit-test-app/output
|
- tools/unit-test-app/output
|
||||||
- components/idf_test/unit_test/TestCaseAll.yml
|
- components/idf_test/unit_test/TestCaseAll.yml
|
||||||
expire_in: 2 days
|
expire_in: 4 days
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TRIGGER_WITH_LABEL == null
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
@ -237,7 +237,7 @@ build_examples_make:
|
|||||||
- build_examples/*/*/*/build/download.config
|
- build_examples/*/*/*/build/download.config
|
||||||
- build_examples/*/*/*/build/bootloader/*.bin
|
- build_examples/*/*/*/build/bootloader/*.bin
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 2 days
|
expire_in: 4 days
|
||||||
variables:
|
variables:
|
||||||
LOG_PATH: "$CI_PROJECT_DIR/log_examples_make"
|
LOG_PATH: "$CI_PROJECT_DIR/log_examples_make"
|
||||||
only:
|
only:
|
||||||
@ -271,7 +271,7 @@ build_examples_cmake:
|
|||||||
- build_examples_cmake/*/*/*/build/flasher_args.json
|
- build_examples_cmake/*/*/*/build/flasher_args.json
|
||||||
- build_examples_cmake/*/*/*/build/bootloader/*.bin
|
- build_examples_cmake/*/*/*/build/bootloader/*.bin
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 2 days
|
expire_in: 4 days
|
||||||
variables:
|
variables:
|
||||||
LOG_PATH: "$CI_PROJECT_DIR/log_examples_cmake"
|
LOG_PATH: "$CI_PROJECT_DIR/log_examples_cmake"
|
||||||
only:
|
only:
|
||||||
@ -310,7 +310,7 @@ build_docs:
|
|||||||
- docs/zh_CN/sphinx-warning-log.txt
|
- docs/zh_CN/sphinx-warning-log.txt
|
||||||
- docs/zh_CN/sphinx-warning-log-sanitized.txt
|
- docs/zh_CN/sphinx-warning-log-sanitized.txt
|
||||||
- docs/zh_CN/_build/html
|
- docs/zh_CN/_build/html
|
||||||
expire_in: 1 day
|
expire_in: 4 days
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TRIGGER_WITH_LABEL == null
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user