Skip to content

Commit

Permalink
ci: ZAP regen all and Bump the esp32 timeouts by 10 minutes (#13906)
Browse files Browse the repository at this point in the history
* ci: Bump the esp32 timeouts by 10 minutes

Also, moved the bridge examples from job1 to job2

* zap regen
  • Loading branch information
shubhamdp authored Jan 25, 2022
1 parent f0f5de0 commit e169fcf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# TODO ESP32 https://github.com/project-chip/connectedhomeip/issues/1510
esp32:
name: ESP32
timeout-minutes: 70
timeout-minutes: 80

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down Expand Up @@ -96,9 +96,6 @@ jobs:
- name: Build example Lock App
timeout-minutes: 10
run: scripts/examples/esp_example.sh lock-app sdkconfig.defaults
- name: Build example Bridge App
timeout-minutes: 10
run: scripts/examples/esp_example.sh bridge-app

- name: Uploading Size Reports
uses: actions/upload-artifact@v2
Expand All @@ -109,7 +106,7 @@ jobs:

esp32_1:
name: ESP32_1
timeout-minutes: 60
timeout-minutes: 70

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down Expand Up @@ -138,6 +135,10 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build example Bridge App
timeout-minutes: 10
run: scripts/examples/esp_example.sh bridge-app

- name: Build example Persistent Storage App
timeout-minutes: 10
run: scripts/examples/esp_example.sh persistent-storage sdkconfig.defaults
Expand Down
56 changes: 28 additions & 28 deletions zzz_generated/chip-tool/zap-generated/cluster/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e169fcf

Please sign in to comment.