Skip to content

Commit 383883f

Browse files
authored
CI: Update PR filter stubs (DevExpress#29784)
1 parent 77a4090 commit 383883f

File tree

1 file changed

+154
-48
lines changed

1 file changed

+154
-48
lines changed

.github/workflows/pr-filter-stubs.yml

Lines changed: 154 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -186,36 +186,50 @@ jobs:
186186
steps:
187187
- run: exit 1
188188
# testcafe_tests.yml
189-
testcafe_tests1:
190-
name: 'accessibility (1/5)'
189+
testcafe_tests_accessibility_1:
190+
name: 'accessibility (1/7)'
191191
needs: [ changesSegregation ]
192192
if: false
193193
runs-on: ubuntu-latest
194194
steps:
195195
- run: exit 1
196-
testcafe_tests2:
197-
name: 'accessibility (2/5)'
196+
testcafe_tests_accessibility_2:
197+
name: 'accessibility (2/7)'
198198
needs: [ changesSegregation ]
199199
if: false
200200
runs-on: ubuntu-latest
201201
steps:
202202
- run: exit 1
203-
testcafe_tests3:
204-
name: 'accessibility (3/5)'
203+
testcafe_tests_accessibility_3:
204+
name: 'accessibility (3/7)'
205205
needs: [ changesSegregation ]
206206
if: false
207207
runs-on: ubuntu-latest
208208
steps:
209209
- run: exit 1
210-
testcafe_tests4:
211-
name: 'accessibility (4/5)'
210+
testcafe_tests_accessibility_4:
211+
name: 'accessibility (4/7)'
212212
needs: [ changesSegregation ]
213213
if: false
214214
runs-on: ubuntu-latest
215215
steps:
216216
- run: exit 1
217-
testcafe_tests5:
218-
name: 'accessibility (5/5)'
217+
testcafe_tests_accessibility_5:
218+
name: 'accessibility (5/7)'
219+
needs: [ changesSegregation ]
220+
if: false
221+
runs-on: ubuntu-latest
222+
steps:
223+
- run: exit 1
224+
testcafe_tests_accessibility_6:
225+
name: 'accessibility (6/7)'
226+
needs: [ changesSegregation ]
227+
if: false
228+
runs-on: ubuntu-latest
229+
steps:
230+
- run: exit 1
231+
testcafe_tests_accessibility_7:
232+
name: 'accessibility (7/7)'
219233
needs: [ changesSegregation ]
220234
if: false
221235
runs-on: ubuntu-latest
@@ -347,15 +361,64 @@ jobs:
347361
runs-on: ubuntu-latest
348362
steps:
349363
- run: exit 1
350-
testcafe_tests24:
351-
name: 'dataGrid (1/2)'
364+
testcafe_tests_data_grid_common_1:
365+
name: 'dataGrid / common (1/5)'
366+
needs: [ changesSegregation ]
367+
if: false
368+
runs-on: ubuntu-latest
369+
steps:
370+
- run: exit 1
371+
testcafe_tests_data_grid_common_2:
372+
name: 'dataGrid / common (2/5)'
373+
needs: [ changesSegregation ]
374+
if: false
375+
runs-on: ubuntu-latest
376+
steps:
377+
- run: exit 1
378+
testcafe_tests_data_grid_common_3:
379+
name: 'dataGrid / common (3/5)'
380+
needs: [ changesSegregation ]
381+
if: false
382+
runs-on: ubuntu-latest
383+
steps:
384+
- run: exit 1
385+
testcafe_tests_data_grid_common_4:
386+
name: 'dataGrid / common (4/5)'
387+
needs: [ changesSegregation ]
388+
if: false
389+
runs-on: ubuntu-latest
390+
steps:
391+
- run: exit 1
392+
testcafe_tests_data_grid_common_5:
393+
name: 'dataGrid / common (5/5)'
394+
needs: [ changesSegregation ]
395+
if: false
396+
runs-on: ubuntu-latest
397+
steps:
398+
- run: exit 1
399+
testcafe_tests_data_grid_sticky_common:
400+
name: 'dataGrid / sticky common'
401+
needs: [ changesSegregation ]
402+
if: false
403+
runs-on: ubuntu-latest
404+
steps:
405+
- run: exit 1
406+
testcafe_tests_data_grid_sticky_1:
407+
name: 'dataGrid / sticky (1/3)'
408+
needs: [ changesSegregation ]
409+
if: false
410+
runs-on: ubuntu-latest
411+
steps:
412+
- run: exit 1
413+
testcafe_tests_data_grid_sticky_2:
414+
name: 'dataGrid / sticky (2/3)'
352415
needs: [ changesSegregation ]
353416
if: false
354417
runs-on: ubuntu-latest
355418
steps:
356419
- run: exit 1
357-
testcafe_tests25:
358-
name: 'dataGrid (2/2)'
420+
testcafe_tests_data_grid_sticky_3:
421+
name: 'dataGrid / sticky (3/3)'
359422
needs: [ changesSegregation ]
360423
if: false
361424
runs-on: ubuntu-latest
@@ -382,78 +445,100 @@ jobs:
382445
runs-on: ubuntu-latest
383446
steps:
384447
- run: exit 1
385-
testcafe_tests29:
386-
name: 'scheduler (1/5)'
448+
testcafe_tests_scheduler_common_1:
449+
name: 'scheduler / common (1/6)'
387450
needs: [ changesSegregation ]
388451
if: false
389452
runs-on: ubuntu-latest
390453
steps:
391454
- run: exit 1
392-
testcafe_tests30:
393-
name: 'scheduler (2/5)'
455+
testcafe_tests_scheduler_common_2:
456+
name: 'scheduler / common (2/6)'
394457
needs: [ changesSegregation ]
395458
if: false
396459
runs-on: ubuntu-latest
397460
steps:
398461
- run: exit 1
399-
testcafe_tests31:
400-
name: 'scheduler (3/5)'
462+
testcafe_tests_scheduler_common_3:
463+
name: 'scheduler / common (3/6)'
401464
needs: [ changesSegregation ]
402465
if: false
403466
runs-on: ubuntu-latest
404467
steps:
405468
- run: exit 1
406-
testcafe_tests32:
407-
name: 'scheduler (4/5)'
469+
testcafe_tests_scheduler_common_4:
470+
name: 'scheduler / common (4/6)'
408471
needs: [ changesSegregation ]
409472
if: false
410473
runs-on: ubuntu-latest
411474
steps:
412475
- run: exit 1
413-
testcafe_tests33:
414-
name: 'scheduler (5/5)'
476+
testcafe_tests_scheduler_common_5:
477+
name: 'scheduler / common (5/6)'
415478
needs: [ changesSegregation ]
416479
if: false
417480
runs-on: ubuntu-latest
418481
steps:
419482
- run: exit 1
420-
testcafe_tests34:
421-
name: 'form (1/2)'
483+
testcafe_tests_scheduler_common_6:
484+
name: 'scheduler / common (6/6)'
422485
needs: [ changesSegregation ]
423486
if: false
424487
runs-on: ubuntu-latest
425488
steps:
426489
- run: exit 1
427-
testcafe_tests35:
428-
name: 'form (2/2)'
490+
testcafe_tests_scheduler_offset:
491+
name: 'scheduler / offset'
492+
needs: [ changesSegregation ]
493+
if: false
494+
runs-on: ubuntu-latest
495+
steps:
496+
- run: exit 1
497+
testcafe_tests_scheduler_offset_markups:
498+
name: 'scheduler / offset markups'
499+
needs: [ changesSegregation ]
500+
if: false
501+
runs-on: ubuntu-latest
502+
steps:
503+
- run: exit 1
504+
testcafe_tests_scheduler_timezones_A:
505+
name: 'scheduler / timezones (America/Los_Angeles)'
506+
needs: [ changesSegregation ]
507+
if: false
508+
runs-on: ubuntu-latest
509+
steps:
510+
- run: exit 1
511+
testcafe_tests_scheduler_timezones_E:
512+
name: 'scheduler / timezones (Europe/Berlin)'
429513
needs: [ changesSegregation ]
430514
if: false
431515
runs-on: ubuntu-latest
432516
steps:
433517
- run: exit 1
434-
testcafe_tests36:
435-
name: 'form - material (1/4)'
518+
519+
testcafe_tests34:
520+
name: 'form (1/2)'
436521
needs: [ changesSegregation ]
437522
if: false
438523
runs-on: ubuntu-latest
439524
steps:
440525
- run: exit 1
441-
testcafe_tests37:
442-
name: 'form - material (2/4)'
526+
testcafe_tests35:
527+
name: 'form (2/2)'
443528
needs: [ changesSegregation ]
444529
if: false
445530
runs-on: ubuntu-latest
446531
steps:
447532
- run: exit 1
448-
testcafe_tests58:
449-
name: 'form - material (3/4)'
533+
testcafe_tests_form_material_1:
534+
name: 'form - material (1/2)'
450535
needs: [ changesSegregation ]
451536
if: false
452537
runs-on: ubuntu-latest
453538
steps:
454539
- run: exit 1
455-
testcafe_tests59:
456-
name: 'form - material (4/4)'
540+
testcafe_tests_form_material_2:
541+
name: 'form - material (2/2)'
457542
needs: [ changesSegregation ]
458543
if: false
459544
runs-on: ubuntu-latest
@@ -473,43 +558,64 @@ jobs:
473558
runs-on: ubuntu-latest
474559
steps:
475560
- run: exit 1
476-
testcafe_tests40:
477-
name: 'editors (1/2)'
561+
testcafe_tests_editors_1:
562+
name: 'editors (1/3)'
563+
needs: [ changesSegregation ]
564+
if: false
565+
runs-on: ubuntu-latest
566+
steps:
567+
- run: exit 1
568+
testcafe_tests_editors_2:
569+
name: 'editors (2/3)'
570+
needs: [ changesSegregation ]
571+
if: false
572+
runs-on: ubuntu-latest
573+
steps:
574+
- run: exit 1
575+
testcafe_tests_editors_3:
576+
name: 'editors (3/3)'
577+
needs: [ changesSegregation ]
578+
if: false
579+
runs-on: ubuntu-latest
580+
steps:
581+
- run: exit 1
582+
testcafe_tests_editors_material_1:
583+
name: 'editors - material (1/3)'
478584
needs: [ changesSegregation ]
479585
if: false
480586
runs-on: ubuntu-latest
481587
steps:
482588
- run: exit 1
483-
testcafe_tests41:
484-
name: 'editors (2/2)'
589+
testcafe_tests_editors_material_2:
590+
name: 'editors - material (2/3)'
485591
needs: [ changesSegregation ]
486592
if: false
487593
runs-on: ubuntu-latest
488594
steps:
489595
- run: exit 1
490-
testcafe_tests42:
491-
name: 'editors - material (1/2)'
596+
testcafe_tests_editors_material_3:
597+
name: 'editors - material (3/3)'
492598
needs: [ changesSegregation ]
493599
if: false
494600
runs-on: ubuntu-latest
495601
steps:
496602
- run: exit 1
497-
testcafe_tests43:
498-
name: 'editors - material (2/2)'
603+
testcafe_tests_editors_fluent_1:
604+
name: 'editors - fluent (1/3)'
499605
needs: [ changesSegregation ]
500606
if: false
501607
runs-on: ubuntu-latest
502608
steps:
503609
- run: exit 1
504-
testcafe_tests44:
505-
name: 'editors - fluent (1/2)'
610+
testcafe_tests_editors_fluent_2:
611+
name: 'editors - fluent (2/3)'
506612
needs: [ changesSegregation ]
507613
if: false
508614
runs-on: ubuntu-latest
509615
steps:
510616
- run: exit 1
511-
testcafe_tests45:
512-
name: 'editors - fluent (2/2)'
617+
testcafe_tests_editors_fluent_3:
618+
name: 'editors - fluent (3/3)'
513619
needs: [ changesSegregation ]
514620
if: false
515621
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)