diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-07 09:28:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 09:28:47 -0800 |
commit | 1b253cf73a360557196213684cec63b37407ed7c (patch) | |
tree | 025467972f0ec8430b735e9be305b5493fa2ddb7 /contrib/cirrus/README.md | |
parent | a07053192fc720f0c30222ff4c30cb164a94670a (diff) | |
parent | 4531800f491bb83928025e47e2b1aad6fc5ea14c (diff) | |
download | podman-1b253cf73a360557196213684cec63b37407ed7c.tar.gz podman-1b253cf73a360557196213684cec63b37407ed7c.tar.bz2 podman-1b253cf73a360557196213684cec63b37407ed7c.zip |
Merge pull request #2214 from cevich/cirrus_imgts_activate
Cirrus: Use imgts container to record metadata (needs #2213)
Diffstat (limited to 'contrib/cirrus/README.md')
-rw-r--r-- | contrib/cirrus/README.md | 11 |
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*** |