summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.papr.yml13
1 files changed, 10 insertions, 3 deletions
diff --git a/.papr.yml b/.papr.yml
index 8332fa50a..353475d9f 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -8,17 +8,17 @@ host:
specs:
ram: 8192
cpus: 4
-
+packages:
+ - podman
required: true
timeout: 45m
tests:
- - sh .papr_prepare.sh
+ - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
context: "FAH27"
---
-inherit: true
host:
distro: centos/7/atomic/smoketested
specs:
@@ -32,8 +32,15 @@ extra-repos:
baseurl: https://cbs.centos.org/repos/virt7-container-common-candidate/$basearch/os
gpgcheck: 0
+required: true
+timeout: 45m
+
+tests:
+ - sh .papr_prepare.sh
+
context: "CAH smoketested"
+
---
inherit: true