blob: 353475d9fde00325d76003859db6e1f2a95884bb (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
branches:
- master
- auto
- try
host:
distro: fedora/27/atomic
specs:
ram: 8192
cpus: 4
packages:
- podman
required: true
timeout: 45m
tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
context: "FAH27"
---
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
gpgcheck: 0
- name: cri-o
baseurl: https://cbs.centos.org/repos/virt7-container-common-candidate/$basearch/os
gpgcheck: 0
required: true
timeout: 45m
tests:
- sh .papr_prepare.sh
context: "CAH smoketested"
---
inherit: true
host:
distro: fedora/27/cloud/pungi
specs:
ram: 8192
cpus: 4
extra-repos:
- name: crio_copr
baseurl: https://copr-be.cloud.fedoraproject.org/results/baude/Upstream_CRIO_Family/fedora-27-x86_64/
gpgcheck: 0
packages:
- podman
- buildah
tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
required: false
context: "Fedora fedora/27/cloud Podman"
|