summaryrefslogtreecommitdiff
path: root/.papr.yml
blob: cc9fbc1c4d09a5377cdedb82dc2edb64f020e44e (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
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

---

inherit: true
host:
  distro: centos/7/atomic/alpha
  specs:
     ram: 8192

context: centos/7/atomic/alpha