-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitlab-ci.yml
276 lines (237 loc) · 5.68 KB
/
.gitlab-ci.yml
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
variables:
GIT_SUBMODULE_STRATEGY: recursive
image:
name: docker.codingcafe.org/xkszltl/roaster/centos
stages:
- init
- repo
- font
- pkg-stable
- pkg-skip
- pkg-all
- tex
- ss
- infra
- llvm
- util
- misc
- dl
- ort
- edit
- finish
init:
stage: init
retry: 2
tags:
- docker
- cpu
only:
- /^(build|resume)-init$/
except:
- branches
script:
- until docker pull centos; do echo "Retry docker pull..."; done
- gitlab-ci/build_stage.sh
.docker_cpu_build_stage_template: &docker_cpu_build_stage
retry: 2
tags:
- docker
- cpu
except:
- branches
script:
- gitlab-ci/build_stage.sh
.docker_gpu_build_stage_template: &docker_gpu_build_stage
retry: 2
tags:
- docker
- gpu
except:
- branches
script:
- gitlab-ci/build_stage.sh
.docker_push_stage_template: &docker_push_stage
retry: 2
tags:
- docker
- cpu
except:
- branches
script:
- gitlab-ci/push_stage.sh
push-init:
stage: repo
only:
- /^(build|resume)-init$/
<<: *docker_push_stage
repo:
stage: repo
only:
- /^(build|resume)-(init|repo)$/
<<: *docker_cpu_build_stage
push-repo:
stage: font
only:
- /^(build|resume)-(init|repo)$/
<<: *docker_push_stage
font:
stage: font
only:
- /^(build|resume)-(init|repo|font)$/
<<: *docker_cpu_build_stage
push-font:
stage: pkg-stable
only:
- /^(build|resume)-(init|repo|font)$/
<<: *docker_push_stage
pkg-stable:
stage: pkg-stable
only:
- /^(build|resume)-(init|repo|font|pkg-stable)$/
<<: *docker_cpu_build_stage
push-pkg-stable:
stage: pkg-skip
only:
- /^(build|resume)-(init|repo|font|pkg-stable)$/
<<: *docker_push_stage
pkg-skip:
stage: pkg-skip
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip))$/
<<: *docker_cpu_build_stage
push-pkg-skip:
stage: pkg-all
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip))$/
<<: *docker_push_stage
pkg-all:
stage: pkg-all
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all))$/
<<: *docker_cpu_build_stage
push-pkg-all:
stage: tex
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all))$/
<<: *docker_push_stage
tex:
stage: tex
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|tex)$/
<<: *docker_cpu_build_stage
push-tex:
stage: ss
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|tex)$/
<<: *docker_push_stage
ss:
stage: ss
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|tex|ss)$/
<<: *docker_cpu_build_stage
push-ss:
stage: infra
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|tex|ss)$/
<<: *docker_push_stage
infra:
stage: infra
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra)$/
<<: *docker_gpu_build_stage
push-infra:
stage: llvm
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra)$/
<<: *docker_push_stage
llvm:
stage: llvm
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm)$/
<<: *docker_gpu_build_stage
push-llvm:
stage: util
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm)$/
<<: *docker_push_stage
util:
stage: util
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util)$/
<<: *docker_gpu_build_stage
push-util:
stage: misc
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util)$/
<<: *docker_push_stage
misc:
stage: misc
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc)$/
<<: *docker_gpu_build_stage
push-misc:
stage: dl
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc)$/
<<: *docker_push_stage
dl:
stage: dl
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl)$/
<<: *docker_gpu_build_stage
push-dl:
stage: ort
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl)$/
<<: *docker_push_stage
ort:
stage: ort
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort)$/
<<: *docker_gpu_build_stage
push-ort:
stage: edit
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort)$/
<<: *docker_push_stage
edit:
stage: edit
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort|edit)$/
<<: *docker_cpu_build_stage
push-edit:
stage: anneal
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort|edit)$/
<<: *docker_push_stage
anneal:
stage: anneal
retry: 2
tags:
- docker
- cpu
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort|edit|anneal)$/
except:
- branches
script:
- src="$CI_REGISTRY_IMAGE/centos:stage-edit" dst="$CI_REGISTRY_IMAGE/centos:stage-anneal" docker_anneal.sh
push-anneal:
stage: finish
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort|edit|anneal)$/
<<: *docker_push_stage
finish:
stage: finish
retry: 2
tags:
- docker
- cpu
only:
- /^(build|resume)-(init|repo|font|pkg-(stable|skip|all)|ss|tex|infra|llvm|util|misc|dl|ort|edit|anneal|finish)$/
except:
- branches
script:
- docker login --password-stdin --username $CI_REGISTRY_USER $CI_REGISTRY <<< "$CI_REGISTRY_PASSWORD"
- docker tag $CI_REGISTRY_IMAGE/centos:stage-anneal $CI_REGISTRY_IMAGE/centos:latest
- time docker push $CI_REGISTRY_IMAGE/centos:latest