summaryrefslogtreecommitdiff
path: root/.papr.yml
blob: 794fbc2cb409fa5de1b22a861f2931bba25afe4d (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/smoketested
  specs:
     ram: 8192

context: centos/7/atomic/smoketested