summaryrefslogtreecommitdiff
path: root/contrib/cirrus/build_vm_images.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-09 12:03:04 -0400
committerChris Evich <cevich@redhat.com>2019-08-01 14:07:55 -0400
commit0a05af1dd6ed8b6e58270b7a5de25291b24362f0 (patch)
treed24284c4521f9e3fa9b767b3bac16525f2a8b940 /contrib/cirrus/build_vm_images.sh
parentafb493ae9b1cc98db1f6d9a211b561bb245692de (diff)
downloadpodman-0a05af1dd6ed8b6e58270b7a5de25291b24362f0.tar.gz
podman-0a05af1dd6ed8b6e58270b7a5de25291b24362f0.tar.bz2
podman-0a05af1dd6ed8b6e58270b7a5de25291b24362f0.zip
Cirrus: Add Second partition for storage testing
This is mainly/initially to support use of Cirrus-CI in https://github.com/containers/buildah since that setup re-uses the VM images from this project. However, it also opens doors here, if libpod ever needs/wants to do things with a dedicated storage device and/or storage-drivers. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/build_vm_images.sh')
-rwxr-xr-xcontrib/cirrus/build_vm_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/build_vm_images.sh b/contrib/cirrus/build_vm_images.sh
index dd5182c37..6230610cb 100755
--- a/contrib/cirrus/build_vm_images.sh
+++ b/contrib/cirrus/build_vm_images.sh
@@ -62,6 +62,6 @@ URI="gs://packer-import${POST_MERGE_BUCKET_SUFFIX}/manifest${BUILT_IMAGE_SUFFIX}
gsutil cp packer-manifest.json "$URI"
# Ensure any background 'gcloud compute images update' processes finish
-wait # CentOS has no -n option :(
+wait # No -n option in CentOS, this is the best that can be done :(
echo "Finished. A JSON manifest of produced images is available at $URI"