Skip to content

Commit 09cfa82

Browse files
committed
Merge branch 'artifact/duration' into 'main'
.gitlab-ci.yml: Increase the artifact duration for memory profiling jobs. See merge request app-frameworks/esp-matter!1018
2 parents 466b932 + 17c462c commit 09cfa82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
290290
- "${BR_PATH}/examples/basic_thread_border_router/build/config/sdkconfig.json"
291291
- "${BR_PATH}/examples/basic_thread_border_router/build/flasher_args.json"
292292
when: always
293-
expire_in: 4 days
293+
expire_in: 15 days
294294
script:
295295
- *setup_ot_rcp
296296
- *setup_ot_br
@@ -321,7 +321,7 @@ build_esp_matter_examples_pytest_C2_idf_v5_1:
321321
- "examples/**/build*/bootloader/*.bin"
322322
- "examples/**/build*/partition_table/*.bin"
323323
when: always
324-
expire_in: 4 days
324+
expire_in: 15 days
325325
script:
326326
- cd ${ESP_MATTER_PATH}
327327
- pip install -r tools/ci/requirements-build.txt
@@ -363,7 +363,7 @@ build_esp_matter_examples:
363363
- "examples/**/build*/bootloader/*.bin"
364364
- "examples/**/build*/partition_table/*.bin"
365365
when: always
366-
expire_in: 4 days
366+
expire_in: 15 days
367367
script:
368368
# mfg_test_app needs an secure boot signing key, generating one here
369369
- cd ${ESP_MATTER_PATH}/examples/mfg_test_app

0 commit comments

Comments
 (0)