diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-01 00:01:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 00:01:10 +0200 |
commit | 6d36d05447fd594bedebea8a9a4366d348a78290 (patch) | |
tree | 01bfbf0fe873773920880acc5631a6de181e250f /contrib | |
parent | 9f5fcc356574b52fd7ad235ea56c30602bbba852 (diff) | |
parent | 5884225cb0bd81f5bf5963b67830000954fde56f (diff) | |
download | podman-6d36d05447fd594bedebea8a9a4366d348a78290.tar.gz podman-6d36d05447fd594bedebea8a9a4366d348a78290.tar.bz2 podman-6d36d05447fd594bedebea8a9a4366d348a78290.zip |
Merge pull request #5670 from cevich/new_images
Cirrus: Update VM Images
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cirrus/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/README.md b/contrib/cirrus/README.md index 3789965d6..709985b5b 100644 --- a/contrib/cirrus/README.md +++ b/contrib/cirrus/README.md @@ -80,7 +80,7 @@ having `SPECIALMODE` set to 'cgroupv2` Modifying the contents of cache-images is tested by making changes to one or more of the ``./contrib/cirrus/packer/*_setup.sh`` files. Then -in the PR description, add the magic string: ``***CIRRUS: TEST IMAGES***`` +in the PR description, add the magic string: ``[CI:IMG]`` ***N/B: Steps below are performed by automation*** @@ -153,7 +153,7 @@ env: ***NOTES:*** * If re-using the same PR with new images in `.cirrus.yml`, take care to also *update the PR description* to remove - the magic ``***CIRRUS: TEST IMAGES***`` string. Keeping it and + the magic ``[CI:IMG]`` string. Keeping it and `--force` pushing would needlessly cause Cirrus-CI to build and test images again. * In the future, if you need to review the log from the build that produced |