Files
podman/.papr.yml
baude 586bb86a2a Run podman inside a podman container
We should be able to run nested podman containers in particular
for our testing environment. i.e. eat our own dog food.

Some privileges had to be corrected in order for this to work
correctly.

Added a third papr target that runs podman tests inside podman.  I
marked the test as not required right now as we get more confident
in the results

Signed-off-by: baude <bbaude@redhat.com>

Closes: #340
Approved by: rhatdan
2018-02-16 18:35:54 +00:00

56 lines
991 B
YAML

branches:
- master
- auto
- try
host:
distro: fedora/27/atomic
specs:
ram: 8192
cpus: 4
required: true
timeout: 45m
tests:
- sh .papr_prepare.sh
context: "FAH27"
---
inherit: true
host:
distro: centos/7/atomic/smoketested
specs:
ram: 8192
cpus: 4
extra-repos:
- name: epel
metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
gpgcheck: 0
- name: cri-o
baseurl: https://cbs.centos.org/repos/virt7-container-common-candidate/$basearch/os
gpgcheck: 0
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"