summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-01-24 08:45:55 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2018-01-29 19:12:20 +0000
commitdd133a1ad25f75e5ddd53ed6cf59eedfb6838f54 (patch)
treecbb5b8d6232340c36519d403704798000203986e /.papr.yml
parent562a5dea57e544717de8d6edb5b0d888299a77ab (diff)
downloadpodman-dd133a1ad25f75e5ddd53ed6cf59eedfb6838f54.tar.gz
podman-dd133a1ad25f75e5ddd53ed6cf59eedfb6838f54.tar.bz2
podman-dd133a1ad25f75e5ddd53ed6cf59eedfb6838f54.zip
Initial gingko work
This implements the ginkgo integration test framework for podman. As tests are migrated from bats to ginkgo, we will still run both integration suites. When a test is migrated, we remove the tests from bats at that time. All new tests should be just for the ginkgo framework. One exception is that we only run the ginkgo suit in the travis/ubuntu environment. The CentOS and Fedora PAPR nodes will more than cover those. Signed-off-by: baude <bbaude@redhat.com> Closes: #261 Approved by: baude
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.papr.yml b/.papr.yml
index 993407e9d..e803a4357 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -7,20 +7,13 @@ host:
distro: fedora/27/atomic
specs:
ram: 8192
+ cpus: 4
required: true
timeout: 45m
tests:
- - CRIO_ROOT=/var/tmp/checkout PODMAN_BINARY=/usr/bin/podman CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh
-
-packages:
- - cri-o
- - containernetworking-cni
-
-extra-repos:
- - name: updatestesting
- baseurl: http://download.fedoraproject.org/pub/fedora/linux/updates/testing/27/x86_64/
+ - sh .papr_prepare.sh
---
@@ -29,6 +22,7 @@ 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