summaryrefslogtreecommitdiff
path: root/contrib/cirrus/README.md
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-01-23 18:01:18 -0500
committerChris Evich <cevich@redhat.com>2019-03-06 12:21:14 -0500
commit4531800f491bb83928025e47e2b1aad6fc5ea14c (patch)
tree8523cdba6c6f95a6465a968595e972e1b317e869 /contrib/cirrus/README.md
parent2b5a9628324c4d93769d72d3d8c85667eaac612a (diff)
downloadpodman-4531800f491bb83928025e47e2b1aad6fc5ea14c.tar.gz
podman-4531800f491bb83928025e47e2b1aad6fc5ea14c.tar.bz2
podman-4531800f491bb83928025e47e2b1aad6fc5ea14c.zip
Cirrus: Use imgts container to record metadata
Make use of the built imgts container image to track VM image usage statistics for every automation run. Also update and add small check to the gate test that verifies expected formatting/content of the `.cirrus.yml` file WRT VM Image names. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/README.md')
-rw-r--r--contrib/cirrus/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/cirrus/README.md b/contrib/cirrus/README.md
index 0d91301c6..e3b3182ec 100644
--- a/contrib/cirrus/README.md
+++ b/contrib/cirrus/README.md
@@ -33,6 +33,17 @@ task (pass or fail) is set based on the exit status of the last script to execut
the vendor.conf, the code and the vendored packages in ./vendor are in sync
at all times.
+### ``meta`` Task
+
+***N/B: Steps below are performed by automation***
+
+1. Launch a container built from definition in ``./contrib/imgts``.
+
+2. Update VM Image metadata to help track usage across all automation.
+
+4. Always exits successfully unless there's a major problem.
+
+
### ``testing`` Task
***N/B: Steps below are performed by automation***