summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
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"