File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2323 # ###
2424 # ### Cache-image names to test with (double-quotes around names are critical)
2525 # ###
26- FEDORA_NAME : " fedora-34 "
27- PRIOR_FEDORA_NAME : " fedora-33 "
28- UBUNTU_NAME : " ubuntu-2104 "
26+ FEDORA_NAME : " fedora-35 "
27+ PRIOR_FEDORA_NAME : " fedora-34 "
28+ UBUNTU_NAME : " ubuntu-2110 "
2929
3030 # Google-cloud VM Images
31- IMAGE_SUFFIX : " c6431352024203264 "
31+ IMAGE_SUFFIX : " c6226133906620416 "
3232 FEDORA_CACHE_IMAGE_NAME : " fedora-${IMAGE_SUFFIX}"
3333 PRIOR_FEDORA_CACHE_IMAGE_NAME : " prior-fedora-${IMAGE_SUFFIX}"
3434 UBUNTU_CACHE_IMAGE_NAME : " ubuntu-${IMAGE_SUFFIX}"
Original file line number Diff line number Diff line change @@ -58,10 +58,6 @@ _run_setup() {
5858 return
5959 fi
6060
61- # This is required as part of the standard Fedora GCE VM setup
62- growpart /dev/sda 1
63- resize2fs /dev/sda1
64-
6561 # VM's come with the distro. skopeo package pre-installed
6662 dnf erase -y skopeo
6763
You can’t perform that action at this time.
0 commit comments