mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Merge pull request #8306 from edsantiago/ci_update_vms
Cirrus: update VMs
This commit is contained in:
@ -27,7 +27,7 @@ env:
|
||||
PRIOR_UBUNTU_NAME: "ubuntu-19"
|
||||
|
||||
# Google-cloud VM Images
|
||||
IMAGE_SUFFIX: "c6323493627232256"
|
||||
IMAGE_SUFFIX: "c5402398833246208"
|
||||
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
|
||||
PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
|
||||
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"
|
||||
|
@ -51,9 +51,6 @@ function _run_validate() {
|
||||
bin/podman --version
|
||||
bin/podman-remote --version
|
||||
|
||||
# FIXME FIXME FIXME: 2020-11-10: remove once Fedora 33 has FindBin
|
||||
perl -MFindBin -e 0 &>/dev/null || dnf -y install perl-FindBin
|
||||
|
||||
make validate # Some items require a build
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user