diff options
author | Ed Santiago <santiago@redhat.com> | 2020-09-03 11:07:15 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2020-09-03 14:08:34 -0600 |
commit | 36caf4ee446a9f363cb76c629904e4ae165799b3 (patch) | |
tree | 6beb0b5433f1aaad5cf22eb1cd8f56b5fb5d3f70 /.cirrus.yml | |
parent | fa487a65220951e84779f200f48780666b4b9209 (diff) | |
download | podman-36caf4ee446a9f363cb76c629904e4ae165799b3.tar.gz podman-36caf4ee446a9f363cb76c629904e4ae165799b3.tar.bz2 podman-36caf4ee446a9f363cb76c629904e4ae165799b3.zip |
WIP: update VM images
(This is an adoption of #7533 because Brent is on PTO).
Pick up new crun and crio-runc.
Also: renames from useful fedora-32 and -31 to less-useful
names; presumably this is needed by something-something in
the new VM setup.
Also: tweak two e2e tests to more properly handle a kernel
(5.8.4) with a greater set of capabilities than what we
or crun can yet handle.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1bf35e142..06ed7c5e0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -34,12 +34,12 @@ env: #### #### Cache-image names to test with (double-quotes around names are critical) ### - FEDORA_NAME: "fedora-32" - PRIOR_FEDORA_NAME: "fedora-31" - UBUNTU_NAME: "ubuntu-20" - PRIOR_UBUNTU_NAME: "ubuntu-19" + FEDORA_NAME: "fedora" + PRIOR_FEDORA_NAME: "prior-fedora" + UBUNTU_NAME: "ubuntu" + PRIOR_UBUNTU_NAME: "prior-ubuntu" - _BUILT_IMAGE_SUFFIX: "podman-6530021898584064" + _BUILT_IMAGE_SUFFIX: "c5809900649447424" FEDORA_CACHE_IMAGE_NAME: "${FEDORA_NAME}-${_BUILT_IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "${PRIOR_FEDORA_NAME}-${_BUILT_IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "${UBUNTU_NAME}-${_BUILT_IMAGE_SUFFIX}" |