File tree Expand file tree Collapse file tree 2 files changed +3
-67
lines changed Expand file tree Collapse file tree 2 files changed +3
-67
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
fi
173
173
- save_cache : *save_fullstack_cache
174
174
175
- checkstyle : &test-template
175
+ ui : &test-template
176
176
docker :
177
177
- << : *base
178
178
steps :
@@ -191,45 +191,6 @@ jobs:
191
191
- store_test_results : *store_test_results
192
192
- store_artifacts : *store_artifacts
193
193
194
- fullstack : &test-fullstack-template
195
- docker :
196
- - << : *base
197
- steps :
198
- - checkout
199
- - run : *chown_hack_for_cache
200
- - run : *chown_hack_for_cache_fullstack
201
- - restore_cache : *restore_cache
202
- - restore_cache : *restore_fullstack_cache
203
- - run : *check_cache
204
- - store_artifacts : *store_logs
205
- - run : *install_cached_packages
206
- - run : *build_autoinst
207
- - run : *test_junit
208
- - run : *make_test
209
- - persist_to_workspace :
210
- root : .
211
- paths :
212
- - cover_db_*
213
- - store_test_results : *store_test_results
214
- - store_artifacts : *store_artifacts
215
- t :
216
- << : *test-template
217
-
218
- heavy :
219
- << : *test-template
220
-
221
- ui :
222
- << : *test-template
223
-
224
- api :
225
- << : *test-template
226
-
227
- unstable :
228
- << : *test-template
229
-
230
- fullstack-unstable :
231
- << : *test-fullstack-template
232
-
233
194
codecov :
234
195
docker :
235
196
- << : *base
@@ -274,37 +235,12 @@ workflows:
274
235
test :
275
236
jobs :
276
237
- cache
277
- - checkstyle : &requires
238
+ - ui : &requires
278
239
requires :
279
240
- cache
280
- - t :
281
- << : *requires
282
- - heavy :
283
- << : *requires
284
- - api :
285
- << : *requires
286
- - ui :
287
- << : *requires
288
- # put unstable tests in tools/unstable_tests.txt and uncomment if necessary to handle with retries
289
- - unstable :
290
- requires :
291
- - cache
292
- - cache.fullstack :
293
- << : *requires
294
- - fullstack : &requires_fullstack
295
- requires :
296
- - cache.fullstack
297
- - fullstack-unstable :
298
- << : *requires_fullstack
299
241
- codecov :
300
242
requires :
301
- - t
302
- - heavy
303
- - api
304
243
- ui
305
- - unstable
306
- - fullstack
307
- - fullstack-unstable
308
244
- build-docs :
309
245
<< : *requires
310
246
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ test-heavy:
164
164
165
165
.PHONY : test-ui
166
166
test-ui :
167
- $(MAKE ) test-with-database TIMEOUT_M=25 PROVE_ARGS=" $$ HARNESS t/ui/*.t " GLOBIGNORE= " t/*tidy*:t/*compile*: $( unstables ) "
167
+ $(MAKE ) test-with-database RETRY=200 STABILITY_TEST=1 TIMEOUT_M=100000 PROVE_ARGS=" $$ HARNESS t/ui/14-dashboard.t "
168
168
169
169
.PHONY : test-api
170
170
test-api :
You can’t perform that action at this time.
0 commit comments