diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-01 11:51:54 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-01 20:39:15 +0000 |
commit | c2e3058b3b35695a134b1dfdb4167632a3c767cf (patch) | |
tree | 711cea1a638aa3404b0ab7c3bd4efabc246f9d34 /.papr.yml | |
parent | 727ecfeadf09edef520513513be78d7d93221a3b (diff) | |
download | podman-c2e3058b3b35695a134b1dfdb4167632a3c767cf.tar.gz podman-c2e3058b3b35695a134b1dfdb4167632a3c767cf.tar.bz2 podman-c2e3058b3b35695a134b1dfdb4167632a3c767cf.zip |
Log podman build failures in papr
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #875
Approved by: mheon
Diffstat (limited to '.papr.yml')
-rw-r--r-- | .papr.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,9 @@ timeout: 45m tests: - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh +artifacts: + - build.log + context: "FAH28" --- @@ -36,6 +39,9 @@ timeout: 45m tests: - sh .papr_prepare.sh +artifacts: + - build.log + context: "CAH smoketested" |