Skip to content

Commit 904c745

Browse files
authored
Merge pull request #1499 from cevich/update_to_f35
Cirrus: Bump Fedora to release 35 & Ubuntu to 21.10
2 parents fab344c + 47066f2 commit 904c745

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ env:
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}"

contrib/cirrus/runner.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)