summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-08-27 15:06:22 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-28 11:53:09 +0000
commit9e315518aa52c8cb80b2fae3bd48f6e52e6d0fc0 (patch)
treeede6b041a990cdc409e5dbf27a0ee2baefdd1660 /.papr.yml
parentc33b359ed196102c44ec0b58491d88a7dedd6294 (diff)
downloadpodman-9e315518aa52c8cb80b2fae3bd48f6e52e6d0fc0.tar.gz
podman-9e315518aa52c8cb80b2fae3bd48f6e52e6d0fc0.tar.bz2
podman-9e315518aa52c8cb80b2fae3bd48f6e52e6d0fc0.zip
Test RPM build and install for regressions
On Fedora and now Centos (added), we build RPMs based on the spec in contrib/spec to make sure we protect against regressions when creating RPMs. Once the RPM is built, we then test actually installing the RPM to ensure that no deps are missing for install. Signed-off-by: baude <bbaude@redhat.com> Closes: #1356 Approved by: rhatdan
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.papr.yml b/.papr.yml
index d88d0b3a8..0348aa1a3 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -73,4 +73,13 @@ container:
tests:
- sh contrib/build_rpm.sh
required: true
-context: "RPM regressions"
+context: "Fedora RPM regressions"
+
+---
+
+container:
+ image: registry.centos.org/centos:7
+tests:
+ - sh contrib/build_rpm.sh
+required: true
+context: "CentOS RPM regressions"