diff options
author | baude <bbaude@redhat.com> | 2018-03-21 08:46:47 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-22 13:47:28 +0000 |
commit | 2cc51dbb1c0eff1d193e41a8d7e898830c186791 (patch) | |
tree | f653adedf4f3e4454d67f118cdce2e48f0c54070 /.papr.yml | |
parent | d0835493d51038dda2bc63530f4fb70ced9f98cf (diff) | |
download | podman-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.yml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |