blob: 9c00961522bf7c6123b90aa467f8e3005b5a3ef6 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
branches:
- master
- auto
- try
host:
distro: fedora/28/atomic
specs:
ram: 8192
cpus: 4
required: true
timeout: 90m
tests:
- rpm-ostree usroverlay && rpm -Uvh https://kojipkgs.fedoraproject.org//packages/podman/0.10.1/1.gite4a1553.fc28/x86_64/podman-0.10.1-1.gite4a1553.fc28.x86_64.rpm
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
artifacts:
- build.log
context: "FAH28 - Containerized (Podman in Podman)"
---
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: 90m
tests:
- CONTAINER_RUNTIME="docker" sh .papr_prepare.sh
artifacts:
- build.log
context: "CAH 7-smoketested - Containerized (Podman in Docker)"
---
#host:
# distro: centos/7/cloud
# 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
#
#packages:
# - btrfs-progs-devel
# - glib2-devel
# - glibc-devel
# - glibc-static
# - git
# - go-md2man
# - gpgme-devel
# - libassuan-devel
# - libgpg-error-devel
# - libseccomp-devel
# - libselinux-devel
# - ostree-devel
# - pkgconfig
# - make
# - nc
# - go-compilers-golang-compiler
# - podman
#
#required: true
#
#timeout: 90m
#
#tests:
# - sed 's/^expand-check.*/expand-check=0/g' -i /etc/selinux/semanage.conf
# - sh .papr.sh -b -i -t
#
#artifacts:
# - build.log
#
#context: "CentOS 7 Cloud"
#
#---
host:
distro: fedora/28/cloud
specs:
ram: 8192
cpus: 4
packages:
- btrfs-progs-devel
- glib2-devel
- glibc-devel
- glibc-static
- git
- go-md2man
- gpgme-devel
- libassuan-devel
- libgpg-error-devel
- libseccomp-devel
- libselinux-devel
- ostree-devel
- pkgconfig
- make
- nc
- go-compilers-golang-compiler
- podman
- python3-varlink
- python3-dateutil
- python3-psutil
- https://kojipkgs.fedoraproject.org//packages/runc/1.0.0/54.dev.git00dc700.fc28/x86_64/runc-1.0.0-54.dev.git00dc700.fc28.x86_64.rpm
tests:
- sed 's/^expand-check.*/expand-check=0/g' -i /etc/selinux/semanage.conf
- yum -y reinstall container-selinux
- sh .papr.sh -b -i -t -p
required: false
timeout: 90m
context: "Fedora 28 Cloud"
|