mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

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
56 lines
991 B
YAML
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"
|