summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-08-07 11:57:35 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-07 20:23:53 +0000
commit69a741817b2697fd408a8b44b6331cf07c3511ec (patch)
tree1f399de5a99ed9f4e6e24edcce25330e0baa29c7 /.papr.yml
parent7d43e7c451d79c0e110bdb60a398ad083720c48b (diff)
downloadpodman-69a741817b2697fd408a8b44b6331cf07c3511ec.tar.gz
podman-69a741817b2697fd408a8b44b6331cf07c3511ec.tar.bz2
podman-69a741817b2697fd408a8b44b6331cf07c3511ec.zip
Test regressions against the RPM spec file
We need to make sure we dont break the RPM spec files week-to-week. If we do, the packagers need to have a place to look at what changes are needed to the SPEC so they can pull the changes into the distributions. Signed-off-by: baude <bbaude@redhat.com> Closes: #1230 Approved by: rhatdan
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.papr.yml b/.papr.yml
index bdefc2d3c..d88d0b3a8 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -54,10 +54,6 @@ host:
specs:
ram: 8192
cpus: 4
-extra-repos:
- - name: crio_copr
- baseurl: https://copr-be.cloud.fedoraproject.org/results/baude/Upstream_CRIO_Family/fedora-28-x86_64/
- gpgcheck: 0
packages:
- podman
- buildah
@@ -69,3 +65,12 @@ required: false
timeout: 90m
context: "Fedora fedora/28/cloud Podman"
+
+---
+
+container:
+ image: registry.fedoraproject.org/fedora:28
+tests:
+ - sh contrib/build_rpm.sh
+required: true
+context: "RPM regressions"