Skip to content

Commit

Permalink
Increase resources and time for cloudbuild smoke test (#16318)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 23, 2023
1 parent 2c91fc0 commit 5495457
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ steps:
logsBucket: matter-build-automation-build-logs

# Global timeout for all steps
timeout: 7200s
timeout: 9000s

artifacts:
objects:
Expand All @@ -109,4 +109,5 @@ artifacts:
# Using higher CPU machines generally speeds up builds by > 4x (faster as we spend more time
# building instead of docker download/checkout/bootstrap)
options:
machineType: "E2_HIGHCPU_8"
machineType: "E2_HIGHCPU_32"
diskSizeGb: 200

0 comments on commit 5495457

Please sign in to comment.