Skip to content

Commit 2cf5b57

Browse files
authored
Increase timeout for cloudbuild smoke test. (project-chip#27134)
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.
1 parent 2778b13 commit 2cf5b57

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

integrations/cloudbuild/smoke-test.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ steps:
108108
--target linux-arm64-python-bindings-clang
109109
--target linux-arm64-shell-ipv6only-clang
110110
--target linux-arm64-thermostat-ipv6only-clang
111-
--target linux-arm64-tv-app-ipv6only-clang
112-
--target linux-arm64-tv-casting-app-ipv6only-clang
113111
--target linux-x64-address-resolve-tool
114112
--target linux-x64-all-clusters-nodeps
115113
--target linux-x64-all-clusters-coverage
@@ -124,15 +122,12 @@ steps:
124122
--target linux-x64-light-rpc-ipv6only-minmdns-verbose
125123
--target linux-x64-lock-ipv6only
126124
--target linux-x64-minmdns-ipv6only
127-
--target linux-x64-minmdns-ipv6only-minmdns-verbose
128125
--target linux-x64-ota-provider-ipv6only
129126
--target linux-x64-ota-requestor-ipv6only
130127
--target linux-x64-python-bindings
131128
--target linux-x64-rpc-console
132129
--target linux-x64-shell-ipv6only
133130
--target linux-x64-thermostat-ipv6only
134-
--target linux-x64-tv-app-ipv6only
135-
--target linux-x64-tv-casting-app-ipv6only
136131
build
137132
--create-archives /workspace/artifacts/
138133
waitFor:
@@ -164,7 +159,7 @@ steps:
164159
logsBucket: matter-build-automation-build-logs
165160

166161
# Global timeout for all steps
167-
timeout: 9000s
162+
timeout: 14400s
168163
queueTtl: 21600s
169164

170165
artifacts:

0 commit comments

Comments
 (0)