summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-03-21 08:46:47 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-22 13:47:28 +0000
commit2cc51dbb1c0eff1d193e41a8d7e898830c186791 (patch)
treef653adedf4f3e4454d67f118cdce2e48f0c54070 /.papr.yml
parentd0835493d51038dda2bc63530f4fb70ced9f98cf (diff)
downloadpodman-2cc51dbb1c0eff1d193e41a8d7e898830c186791.tar.gz
podman-2cc51dbb1c0eff1d193e41a8d7e898830c186791.tar.bz2
podman-2cc51dbb1c0eff1d193e41a8d7e898830c186791.zip
Use podman to test podman on FAH
Signed-off-by: baude <bbaude@redhat.com> Closes: #524 Approved by: baude
Diffstat (limited to '.papr.yml')
-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