summaryrefslogtreecommitdiff
path: root/.papr.yml
blob: 1b079c016a27f030fbe9bc918b865dcbb0ff7b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
branches:
  - master
  - auto
  - try

host:
  distro: fedora/26/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
---

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