diff options
Diffstat (limited to '.papr.yml')
-rw-r--r-- | .papr.yml | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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" |