Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Update F34beta -> F34 and U2010 -> U2104 #64

Merged
merged 1 commit into from
Apr 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ env:
GOCACHE: "${HOME}/.cache/go-build"

# Make names more readable in github/cirrus-ci
FEDORA_NAME: "fedora-34beta"
UBUNTU_NAME: "ubuntu-2010"
FEDORA_NAME: "fedora-34"
UBUNTU_NAME: "ubuntu-2104"

# VM Images are maintained in the automation_images repo.
_BUILT_IMAGE_SUFFIX: "c5032481331085312"
_BUILT_IMAGE_SUFFIX: "c6032583541653504"
FEDORA_CACHE_IMAGE_NAME: "fedora-${_BUILT_IMAGE_SUFFIX}"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${_BUILT_IMAGE_SUFFIX}"

Expand Down