mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'ci/artifact_expiry_v4.0' into 'release/v4.0'
ci: Keep build artifacts for 4 days (v4.0) See merge request espressif/esp-idf!6994
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
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: 3 days
|
expire_in: 4 days
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TRIGGER_WITH_LABEL == null
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
@ -123,7 +123,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: 3 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:
|
||||||
@ -169,7 +169,7 @@ build_examples_make:
|
|||||||
- build_examples/*/*/*/build/bootloader/*.bin
|
- build_examples/*/*/*/build/bootloader/*.bin
|
||||||
- build_examples/*/*/*/build/partition_table/*.bin
|
- build_examples/*/*/*/build/partition_table/*.bin
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 3 days
|
expire_in: 4 days
|
||||||
variables:
|
variables:
|
||||||
LOG_PATH: "$CI_PROJECT_DIR/log_examples"
|
LOG_PATH: "$CI_PROJECT_DIR/log_examples"
|
||||||
BUILD_PATH: "$CI_PROJECT_DIR/build_examples"
|
BUILD_PATH: "$CI_PROJECT_DIR/build_examples"
|
||||||
@ -213,7 +213,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: 3 days
|
expire_in: 4 days
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TRIGGER_WITH_LABEL == null
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
@ -299,7 +299,7 @@ build_idf_exe:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- tools/windows/idf_exe/build/idf-exe-v*.zip
|
- tools/windows/idf_exe/build/idf-exe-v*.zip
|
||||||
expire_in: 3 days
|
expire_in: 4 days
|
||||||
script:
|
script:
|
||||||
- cd tools/windows/idf_exe/
|
- cd tools/windows/idf_exe/
|
||||||
- mkdir build
|
- mkdir build
|
||||||
@ -322,7 +322,7 @@ build_cmdlinerunner:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- tools/windows/tool_setup/cmdlinerunner/build/cmdlinerunner.dll
|
- tools/windows/tool_setup/cmdlinerunner/build/cmdlinerunner.dll
|
||||||
expire_in: 3 days
|
expire_in: 4 days
|
||||||
script:
|
script:
|
||||||
- cd tools/windows/tool_setup/cmdlinerunner
|
- cd tools/windows/tool_setup/cmdlinerunner
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
Reference in New Issue
Block a user