Skip to content
Snippets Groups Projects
Unverified Commit 9e7ad87b authored by Chris Evich's avatar Chris Evich
Browse files

Cirrus: Use images from automation_images


Previously, VM Images were built from a side-band process tacked onto
containers/podman automation. This has recently been split off into it's
own repository containers/automation_images. This PR makes use of
freshly built images produced using the new workflow. Additionally, to
support testing of a runc -> crun transition, both packages are
installed in the newly referenced images.

Signed-off-by: default avatarChris Evich <cevich@redhat.com>
parent 8a6a8a4e
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,12 @@ env: ...@@ -11,12 +11,12 @@ env:
HOME: "/root" # not set by default HOME: "/root" # not set by default
GOCACHE: "${HOME}/.cache/go-build" GOCACHE: "${HOME}/.cache/go-build"
# VM Images are maintained in the libpod repo. # VM Images are maintained in the automation_images repo.
_BUILT_IMAGE_SUFFIX: "libpod-6508632441356288" _BUILT_IMAGE_SUFFIX: "c6110627968057344"
FEDORA_CACHE_IMAGE_NAME: "fedora-31-${_BUILT_IMAGE_SUFFIX}" FEDORA_CACHE_IMAGE_NAME: "fedora-${_BUILT_IMAGE_SUFFIX}"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-30-${_BUILT_IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${_BUILT_IMAGE_SUFFIX}"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-20-${_BUILT_IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${_BUILT_IMAGE_SUFFIX}"
PRIOR_UBUNTU_CACHE_IMAGE_NAME: "ubuntu-19-${_BUILT_IMAGE_SUFFIX}" PRIOR_UBUNTU_CACHE_IMAGE_NAME: "prior-ubuntu-${_BUILT_IMAGE_SUFFIX}"
# Must be defined true when testing w/in containers # Must be defined true when testing w/in containers
CONTAINER: "false" CONTAINER: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment