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

Add CNI networking packages to our test hosts. Also upgrade to f27 where possible Signed-off-by: baude <bbaude@redhat.com> Closes: #127 Approved by: baude
33 lines
560 B
YAML
33 lines
560 B
YAML
branches:
|
|
- master
|
|
- auto
|
|
- try
|
|
|
|
host:
|
|
distro: fedora/27/atomic
|
|
specs:
|
|
ram: 8192
|
|
|
|
required: true
|
|
timeout: 45m
|
|
|
|
tests:
|
|
- CRIO_ROOT=/var/tmp/checkout KPOD_BINARY=/usr/bin/kpod CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh
|
|
|
|
packages:
|
|
- bats
|
|
- containernetworking-cni
|
|
---
|
|
|
|
inherit: true
|
|
host:
|
|
distro: centos/7/atomic/smoketested
|
|
specs:
|
|
ram: 8192
|
|
extra-repos:
|
|
- name: epel
|
|
metalink: https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
|
|
gpgcheck: 0
|
|
|
|
context: centos/7/atomic/smoketested
|