Skip to content

Commit

Permalink
Move timeouts from 5 to 10 minutes for linux app builds (#17186)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Apr 8, 2022
1 parent 16606a4 commit e1ca59f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build Standalone cert tool
timeout-minutes: 5
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps --target-glob '*-chip-cert' build"
Expand All @@ -80,23 +80,23 @@ jobs:
out/chip_tool_debug/chip-tool \
/tmp/bloat_reports/
- name: Build example Standalone Shell
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/shell/standalone out/shell_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug shell \
out/shell_debug/chip-shell \
/tmp/bloat_reports/
- name: Build example Standalone All Clusters Server
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/all_clusters_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug all-clusters-app \
out/all_clusters_debug/chip-all-clusters-app \
/tmp/bloat_reports/
- name: Build example TV app
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/tv-app/linux out/tv_app_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
Expand All @@ -113,23 +113,23 @@ jobs:
out/lighting_app_debug_rpc/chip-lighting-app \
/tmp/bloat_reports/
- name: Build example Standalone Bridge
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/bridge-app/linux out/bridge_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug+rpc bridge-app \
out/bridge_debug/chip-bridge-app \
/tmp/bloat_reports/
- name: Build example OTA Provider
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/ota-provider-app/linux out/ota_provider_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug ota-provider-app \
out/ota_provider_debug/chip-ota-provider-app \
/tmp/bloat_reports/
- name: Build example OTA Requestor
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/ota_requestor_debug
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
Expand All @@ -138,7 +138,7 @@ jobs:
/tmp/bloat_reports/
- name: Build example Standalone Door Lock App
timeout-minutes: 5
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down

0 comments on commit e1ca59f

Please sign in to comment.