Skip to content

Commit

Permalink
Merge pull request #237 from Temikus/fix_image_family_test
Browse files Browse the repository at this point in the history
Bump image size for test skeleton
  • Loading branch information
Temikus authored Apr 27, 2020
2 parents 1577290 + b7dd584 commit fff19c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/acceptance/skeletons/image_family/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Vagrant.configure("2") do |config|

google.zone_config "australia-southeast1-b" do |zone|
zone.name = "vagrant-acceptance-preemptible-#{('a'..'z').to_a.sample(8).join}"
# Some images no longer fit into default 10GB disk size
zone.disk_size = 30
zone.disk_type = "pd-ssd"
zone.image_family = "centos-7"
end
Expand Down

0 comments on commit fff19c4

Please sign in to comment.