Skip to content

Commit

Permalink
Increases build timeout for stage1 images to 10h (#233)
Browse files Browse the repository at this point in the history
For a long time the build timeout was 4h. Looking back at the build
history, stage1 build times were hovering around 3h30m, give or take.
In the past few months stage1 builds started timing out at 4h, but we
didn't notice because we weren't receiving build failure alerts to the
oti-alerts Slack channel. But now we do get alerts there and noticed. I
raised the timeout to 5h, but even that timed out on the most recent
production build. I don't know why things are taking so much longer, but
this commit raises the timeout to 10h, which should be plenty by 4 to 5
hours.
  • Loading branch information
nkinkade committed Jan 5, 2023
1 parent fe7eacf commit 8958d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild-stage1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Timeout for complete build: 5h. Default is 10m.
timeout: 18000s
# Timeout for complete build: 10h. Default is 10m.
timeout: 36000s

# The default disk size is 100GB. However, the stage1 ISOs are pretty big these
# days. 600GB should give us some breathing room.
Expand Down

0 comments on commit 8958d52

Please sign in to comment.