Skip to content

Commit

Permalink
Bumps the default Cloud Build disk from 100GB to 200GB (#129)
Browse files Browse the repository at this point in the history
* Bumps the default disk from 100GB to 200GB, now that the stage1 images are double the size they once were.

* Fixed a bad option parameter in Cloud Build config: GB should have a lowercase B like Gb.

* Updates COREOS_VERSION in .travis.yml to match the value of the same variable in cloudbuild.yml.
  • Loading branch information
nkinkade authored Jul 18, 2019
1 parent 218e970 commit 99afcbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# the target branch matches a supported deployment target.

env:
- COREOS_VERSION="2023.5.0"
- COREOS_VERSION="2079.6.0"

services:
- docker
Expand Down
5 changes: 5 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Timeout for complete build. Default is 10m.
timeout: 10800s

# The default disk size is 100GB. However, the stage1 ISOs are pretty big these
# days. 200GB should give us some breathing room.
options:
diskSizeGb: 200

############################################################################
# BUILD ARTIFACTS
############################################################################
Expand Down

0 comments on commit 99afcbe

Please sign in to comment.