Skip to content

Commit

Permalink
Increase timeout for cloudbuild smoke test. (#27134)
Browse files Browse the repository at this point in the history
Also remove some of the linux targets since building linux takes
almost 1h now.

Generally we are almost at 2:30 build time, so we increase the
timeout to 4h as well.
  • Loading branch information
andy31415 authored and pull[bot] committed Jul 20, 2023
1 parent f2add16 commit c4f7c18
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ steps:
--target linux-arm64-python-bindings-clang
--target linux-arm64-shell-ipv6only-clang
--target linux-arm64-thermostat-ipv6only-clang
--target linux-arm64-tv-app-ipv6only-clang
--target linux-arm64-tv-casting-app-ipv6only-clang
--target linux-x64-address-resolve-tool
--target linux-x64-all-clusters-nodeps
--target linux-x64-all-clusters-coverage
Expand All @@ -124,15 +122,12 @@ steps:
--target linux-x64-light-rpc-ipv6only-minmdns-verbose
--target linux-x64-lock-ipv6only
--target linux-x64-minmdns-ipv6only
--target linux-x64-minmdns-ipv6only-minmdns-verbose
--target linux-x64-ota-provider-ipv6only
--target linux-x64-ota-requestor-ipv6only
--target linux-x64-python-bindings
--target linux-x64-rpc-console
--target linux-x64-shell-ipv6only
--target linux-x64-thermostat-ipv6only
--target linux-x64-tv-app-ipv6only
--target linux-x64-tv-casting-app-ipv6only
build
--create-archives /workspace/artifacts/
waitFor:
Expand Down Expand Up @@ -164,7 +159,7 @@ steps:
logsBucket: matter-build-automation-build-logs

# Global timeout for all steps
timeout: 9000s
timeout: 14400s
queueTtl: 21600s

artifacts:
Expand Down

0 comments on commit c4f7c18

Please sign in to comment.