summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-11 18:57:02 +0100
committerGitHub <noreply@github.com>2020-11-11 18:57:02 +0100
commitea753128952e1a6d4b56cc80d232f6dbfb420ba5 (patch)
tree13939ec0ebeb164782636e92b7cae7177ef1ac03
parent12dbc1ff7dd7468f0be22e597ed9e552ad545e20 (diff)
parent92e31a2085663327f57d36fde3816868e37a7ea0 (diff)
downloadpodman-ea753128952e1a6d4b56cc80d232f6dbfb420ba5.tar.gz
podman-ea753128952e1a6d4b56cc80d232f6dbfb420ba5.tar.bz2
podman-ea753128952e1a6d4b56cc80d232f6dbfb420ba5.zip
Merge pull request #8306 from edsantiago/ci_update_vms
Cirrus: update VMs
-rw-r--r--.cirrus.yml2
-rwxr-xr-xcontrib/cirrus/runner.sh3
2 files changed, 1 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 375a246a8..ea09d691e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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}"
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index 4107f3b26..330343e29 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -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
}