summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml23
1 files changed, 22 insertions, 1 deletions
diff --git a/.papr.yml b/.papr.yml
index e803a4357..88bee2924 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -15,6 +15,7 @@ timeout: 45m
tests:
- sh .papr_prepare.sh
+context: "FAH27"
---
inherit: true
@@ -31,4 +32,24 @@ extra-repos:
baseurl: https://cbs.centos.org/repos/virt7-container-common-candidate/$basearch/os
gpgcheck: 0
-context: centos/7/atomic/smoketested
+context: "CAH smoketested"
+
+---
+
+inherit: true
+host:
+ distro: fedora/27/cloud
+ specs:
+ ram: 8192
+ cpus: 4
+extra-repos:
+ - name: crio_copr
+ baseurl: https://copr-be.cloud.fedoraproject.org/results/baude/Upstream_CRIO_Family/fedora-27-x86_64/
+ gpgcheck: 0
+packages:
+ - podman
+ - buildah
+tests:
+ - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
+required: false
+context: "Fedora fedora/27/cloud Podman"