summaryrefslogtreecommitdiff
path: root/.papr.yml
blob: d52219411644420e5ac456025f48a644afc6bfbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
branches:
  - master
  - auto
  - try

host:
  distro: fedora/26/atomic
  specs:
     ram: 8192

required: true

tests:
  # mount yum repos to inherit injected mirrors from PAPR
  - docker run --net=host --privileged -v /etc/yum.repos.d:/etc/yum.repos.d.host:ro
    -v /tmp:/tmp -v /var/tmp:/var/tmp
    -v $PWD:/code registry.fedoraproject.org/fedora:26 sh -c
    "cp -fv /etc/yum.repos.d{.host/*.repo,} && /code/.papr.sh"