Skip to content

Commit

Permalink
Merge branch 'remove/chip_tool_artefact' into 'main'
Browse files Browse the repository at this point in the history
gitlab-ci.yml : Remove the redundant chip-tool artefact in gitlab-ci.

See merge request app-frameworks/esp-matter!900
  • Loading branch information
dhrishi committed Oct 15, 2024
2 parents 186212e + 6bab920 commit 6df7c7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ build_esp_matter_examples_pytest_C6_idf_v5_1:
- "examples/**/build*/config/sdkconfig.json"
- "examples/**/build*/bootloader/*.bin"
- "examples/**/build*/partition_table/*.bin"
- "connectedhomeip/connectedhomeip/out/host/chip-tool"
when: always
expire_in: 4 days
script:
Expand Down Expand Up @@ -266,7 +265,6 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
- "${BR_PATH}/examples/basic_thread_border_router/build/bootloader/*.bin"
- "${BR_PATH}/examples/basic_thread_border_router/build/config/sdkconfig.json"
- "${BR_PATH}/examples/basic_thread_border_router/build/flasher_args.json"
- "connectedhomeip/connectedhomeip/out/host/chip-tool"
when: always
expire_in: 4 days
script:
Expand All @@ -291,7 +289,6 @@ build_esp_matter_examples_pytest_C2_idf_v5_1:
- "examples/**/build*/config/sdkconfig.json"
- "examples/**/build*/bootloader/*.bin"
- "examples/**/build*/partition_table/*.bin"
- "connectedhomeip/connectedhomeip/out/host/chip-tool"
when: always
expire_in: 4 days
script:
Expand Down Expand Up @@ -367,7 +364,6 @@ build_esp_matter_examples_pytest_C3_idf_v4_4:
- "examples/**/build*/config/sdkconfig.json"
- "examples/**/build*/bootloader/*.bin"
- "examples/**/build*/partition_table/*.bin"
- "connectedhomeip/connectedhomeip/out/host/chip-tool"
when: always
expire_in: 4 days
script:
Expand Down

0 comments on commit 6df7c7c

Please sign in to comment.