13
13
build_debian_image :
14
14
name : Build epicbox/debian image
15
15
runs-on : [ self-hosted, small ]
16
+ timeout-minutes : 15
16
17
steps :
17
18
- name : Checkout code
18
19
uses : actions/checkout@v4
28
29
build_clojure_image :
29
30
name : Build epicbox-clojure image
30
31
runs-on : [ self-hosted, small ]
32
+ timeout-minutes : 15
31
33
steps :
32
34
- name : Checkout code
33
35
uses : actions/checkout@v4
43
45
name : Build epicbox-gcc image
44
46
needs : build_debian_image
45
47
runs-on : [ self-hosted, small ]
48
+ timeout-minutes : 15
46
49
steps :
47
50
- name : Checkout code
48
51
uses : actions/checkout@v4
57
60
build_go_image :
58
61
name : Build epicbox-go image
59
62
runs-on : [ self-hosted, small ]
63
+ timeout-minutes : 15
60
64
steps :
61
65
- name : Checkout code
62
66
uses : actions/checkout@v4
71
75
build_haskell_image :
72
76
name : Build epicbox-haskell image
73
77
runs-on : [ self-hosted, small ]
78
+ timeout-minutes : 15
74
79
steps :
75
80
- name : Checkout code
76
81
uses : actions/checkout@v4
85
90
build_hyperskill_go_image :
86
91
name : Build epicbox-hyperskill/go image
87
92
runs-on : [ self-hosted, small ]
93
+ timeout-minutes : 15
88
94
steps :
89
95
- name : Checkout code
90
96
uses : actions/checkout@v4
@@ -100,6 +106,7 @@ jobs:
100
106
name : Build epicbox-hyperskill/gcc image
101
107
needs : build_debian_image
102
108
runs-on : [ self-hosted, small ]
109
+ timeout-minutes : 15
103
110
steps :
104
111
- name : Checkout code
105
112
uses : actions/checkout@v4
@@ -114,6 +121,7 @@ jobs:
114
121
build_hyperskill_gradle_image :
115
122
name : Build epicbox-hyperskill/gradle image
116
123
runs-on : [ self-hosted, small ]
124
+ timeout-minutes : 15
117
125
steps :
118
126
- name : Checkout code
119
127
uses : actions/checkout@v4
@@ -128,6 +136,7 @@ jobs:
128
136
build_hyperskill_gradle_spring_image :
129
137
name : Build epicbox-hyperskill/gradle-spring image
130
138
runs-on : [ self-hosted, small ]
139
+ timeout-minutes : 15
131
140
steps :
132
141
- name : Checkout code
133
142
uses : actions/checkout@v4
@@ -142,6 +151,7 @@ jobs:
142
151
build_hyperskill_java_image :
143
152
name : Build epicbox-hyperskill/java image
144
153
runs-on : [ self-hosted, small ]
154
+ timeout-minutes : 15
145
155
steps :
146
156
- name : Checkout code
147
157
uses : actions/checkout@v4
@@ -156,6 +166,7 @@ jobs:
156
166
build_hyperskill_node_image :
157
167
name : Build epicbox-hyperskill/node image
158
168
runs-on : [ self-hosted, small ]
169
+ timeout-minutes : 15
159
170
steps :
160
171
- name : Checkout code
161
172
uses : actions/checkout@v4
@@ -170,6 +181,7 @@ jobs:
170
181
build_hyperskill_node_javascript_image :
171
182
name : Build epicbox-hyperskill/node-javascript image
172
183
runs-on : [ self-hosted, small ]
184
+ timeout-minutes : 15
173
185
steps :
174
186
- name : Checkout code
175
187
uses : actions/checkout@v4
@@ -184,6 +196,7 @@ jobs:
184
196
build_hyperskill_python_image :
185
197
name : Build epicbox-hyperskill/python image
186
198
runs-on : [ self-hosted, small ]
199
+ timeout-minutes : 15
187
200
steps :
188
201
- name : Checkout code
189
202
uses : actions/checkout@v4
@@ -198,6 +211,7 @@ jobs:
198
211
build_java_image :
199
212
name : Build epicbox/java image
200
213
runs-on : [ self-hosted, small ]
214
+ timeout-minutes : 15
201
215
steps :
202
216
- name : Checkout code
203
217
uses : actions/checkout@v4
@@ -212,6 +226,7 @@ jobs:
212
226
build_kotlin_image :
213
227
name : Build epicbox/kotlin image
214
228
runs-on : [ self-hosted, small ]
229
+ timeout-minutes : 15
215
230
steps :
216
231
- name : Checkout code
217
232
uses : actions/checkout@v4
@@ -227,6 +242,7 @@ jobs:
227
242
name : Build epicbox/mono image
228
243
needs : build_debian_image
229
244
runs-on : [ self-hosted, small ]
245
+ timeout-minutes : 15
230
246
steps :
231
247
- name : Checkout code
232
248
uses : actions/checkout@v4
@@ -241,6 +257,7 @@ jobs:
241
257
build_node_image :
242
258
name : Build epicbox/node image
243
259
runs-on : [ self-hosted, small ]
260
+ timeout-minutes : 15
244
261
steps :
245
262
- name : Checkout code
246
263
uses : actions/checkout@v4
@@ -255,6 +272,7 @@ jobs:
255
272
build_php_image :
256
273
name : Build epicbox/php image
257
274
runs-on : [ self-hosted, small ]
275
+ timeout-minutes : 15
258
276
steps :
259
277
- name : Checkout code
260
278
uses : actions/checkout@v4
@@ -269,6 +287,7 @@ jobs:
269
287
build_pmd_image :
270
288
name : Build epicbox/pmd image
271
289
runs-on : [ self-hosted, small ]
290
+ timeout-minutes : 15
272
291
steps :
273
292
- name : Checkout code
274
293
uses : actions/checkout@v4
@@ -283,6 +302,7 @@ jobs:
283
302
build_python_310_image :
284
303
name : Build epicbox/python 3.10 image
285
304
runs-on : [ self-hosted, small ]
305
+ timeout-minutes : 15
286
306
steps :
287
307
- name : Checkout code
288
308
uses : actions/checkout@v4
@@ -297,6 +317,7 @@ jobs:
297
317
build_python_311_image :
298
318
name : Build epicbox/python 3.11 image
299
319
runs-on : [ self-hosted, small ]
320
+ timeout-minutes : 15
300
321
steps :
301
322
- name : Checkout code
302
323
uses : actions/checkout@v4
@@ -311,6 +332,7 @@ jobs:
311
332
build_ruby_image :
312
333
name : Build epicbox/ruby image
313
334
runs-on : [ self-hosted, small ]
335
+ timeout-minutes : 15
314
336
steps :
315
337
- name : Checkout code
316
338
uses : actions/checkout@v4
@@ -325,6 +347,7 @@ jobs:
325
347
build_scala2_image :
326
348
name : Build epicbox/scala2 image
327
349
runs-on : [ self-hosted, small ]
350
+ timeout-minutes : 15
328
351
steps :
329
352
- name : Checkout code
330
353
uses : actions/checkout@v4
@@ -339,6 +362,7 @@ jobs:
339
362
build_scala3_image :
340
363
name : Build epicbox/scala3 image
341
364
runs-on : [ self-hosted, small ]
365
+ timeout-minutes : 15
342
366
steps :
343
367
- name : Checkout code
344
368
uses : actions/checkout@v4
@@ -353,6 +377,7 @@ jobs:
353
377
build_typescript_image :
354
378
name : Build epicbox/typescript image
355
379
runs-on : [ self-hosted, small ]
380
+ timeout-minutes : 15
356
381
steps :
357
382
- name : Checkout code
358
383
uses : actions/checkout@v4
@@ -367,6 +392,7 @@ jobs:
367
392
build_hyperstyle_image :
368
393
name : Build epicbox/hyperstyle image
369
394
runs-on : [ self-hosted, small ]
395
+ timeout-minutes : 15
370
396
steps :
371
397
- name : Checkout code
372
398
uses : actions/checkout@v4
@@ -409,6 +435,7 @@ jobs:
409
435
- build_typescript_image
410
436
- build_hyperstyle_image
411
437
runs-on : [ self-hosted, small ]
438
+ timeout-minutes : 30
412
439
steps :
413
440
-
uses :
hyperskill/[email protected]
414
441
with :
0 commit comments