Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Side by Side Diff: tools/gardening/lib/src/buildbot_data.dart

Issue 2986223002: Add tests for BuildGroup names (Closed)
Patch Set: Updated cf. comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/gardening/lib/src/buildbot_loading.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 import 'dart:async'; 5 import 'dart:async';
6 import 'buildbot_structures.dart'; 6 import 'buildbot_structures.dart';
7 import 'logdog.dart' as logdog; 7 import 'logdog.dart' as logdog;
8 import 'util.dart'; 8 import 'util.dart';
9 9
10 /// Data describing the steps of the buildbots. 10 /// Data describing the steps of the buildbots.
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 subgroups: const <BuildSubgroup>[ 170 subgroups: const <BuildSubgroup>[
171 const BuildSubgroup(shardNames: const <String>[ 171 const BuildSubgroup(shardNames: const <String>[
172 'vm-win-debug-ia32-russian-be', 172 'vm-win-debug-ia32-russian-be',
173 ], testSteps: const <String>[ 173 ], testSteps: const <String>[
174 'vm tests', 174 'vm tests',
175 'checked vm tests', 175 'checked vm tests',
176 ]), 176 ]),
177 const BuildSubgroup(shardNames: const <String>[ 177 const BuildSubgroup(shardNames: const <String>[
178 'cross-arm64-vm-linux-release-be', 178 'cross-arm64-vm-linux-release-be',
179 ], testSteps: const <String>[ 179 ], testSteps: const <String>[
180 '', // This subgroup triggers other tests. 180 // This subgroup triggers other tests.
181 ]), 181 ]),
182 const BuildSubgroup(shardNames: const <String>[ 182 const BuildSubgroup(shardNames: const <String>[
183 'vm-linux-release-ia32-asan-be', 183 'vm-linux-release-ia32-asan-be',
184 ], testSteps: const <String>[ 184 ], testSteps: const <String>[
185 'vm tests', 185 'vm tests',
186 'checked vm tests', 186 'checked vm tests',
187 ]), 187 ]),
188 const BuildSubgroup(shardNames: const <String>[ 188 const BuildSubgroup(shardNames: const <String>[
189 'vm-linux-release-x64-asan-be', 189 'vm-linux-release-x64-asan-be',
190 ], testSteps: const <String>[ 190 ], testSteps: const <String>[
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 const BuildGroup( 316 const BuildGroup(
317 groupName: 'dart2js-d8-hostchecked', 317 groupName: 'dart2js-d8-hostchecked',
318 subgroups: const <BuildSubgroup>[ 318 subgroups: const <BuildSubgroup>[
319 const BuildSubgroup(shardNames: const <String>[ 319 const BuildSubgroup(shardNames: const <String>[
320 'dart2js-linux-d8-hostchecked-unittest-1-5-be', 320 'dart2js-linux-d8-hostchecked-unittest-1-5-be',
321 'dart2js-linux-d8-hostchecked-unittest-2-5-be', 321 'dart2js-linux-d8-hostchecked-unittest-2-5-be',
322 'dart2js-linux-d8-hostchecked-unittest-3-5-be', 322 'dart2js-linux-d8-hostchecked-unittest-3-5-be',
323 'dart2js-linux-d8-hostchecked-unittest-4-5-be', 323 'dart2js-linux-d8-hostchecked-unittest-4-5-be',
324 'dart2js-linux-d8-hostchecked-unittest-5-5-be', 324 'dart2js-linux-d8-hostchecked-unittest-5-5-be',
325 ], testSteps: const <String>[ 325 ], testSteps: const <String>[
326 'dart2js d8 tests', 326 'dart2js-d8 tests',
327 'dart2js d8 package tests', 327 'dart2js-d8-package tests',
328 'dart2js d8 observatory_ui tests', 328 'dart2js-d8-observatory-ui tests',
329 'dart2js d8 co19 tests', 329 'dart2js-d8-co19 tests',
330 'dart2js d8 extra tests', 330 'dart2js-d8-extra tests',
331 'dart2js d8 try tests', 331 'dart2js-d8-checked tests',
332 'dart2js d8 checked tests', 332 'dart2js-d8-package-checked tests',
333 'dart2js d8 package checked tests', 333 'dart2js-d8-observatory-ui-checked tests',
334 'dart2js d8 observatory_ui checked tests', 334 'dart2js-d8-co19-checked tests',
335 'dart2js d8 co19 checked tests', 335 'dart2js-d8-extra-checked tests',
336 'dart2js d8 extra checked tests', 336 'dart2js-unit tests',
337 'dart2js d8 try checked tests',
338 ]), 337 ]),
339 ], 338 ],
340 ), 339 ),
341 const BuildGroup( 340 const BuildGroup(
342 groupName: 'dart2js-d8-minified', 341 groupName: 'dart2js-d8-minified',
343 subgroups: const <BuildSubgroup>[ 342 subgroups: const <BuildSubgroup>[
344 const BuildSubgroup(shardNames: const <String>[ 343 const BuildSubgroup(shardNames: const <String>[
345 'dart2js-linux-d8-minified-1-5-be', 344 'dart2js-linux-d8-minified-1-5-be',
346 'dart2js-linux-d8-minified-2-5-be', 345 'dart2js-linux-d8-minified-2-5-be',
347 'dart2js-linux-d8-minified-3-5-be', 346 'dart2js-linux-d8-minified-3-5-be',
348 'dart2js-linux-d8-minified-4-5-be', 347 'dart2js-linux-d8-minified-4-5-be',
349 'dart2js-linux-d8-minified-5-5-be', 348 'dart2js-linux-d8-minified-5-5-be',
350 ], testSteps: const <String>[ 349 ], testSteps: const <String>[
351 'dart2js d8 tests', 350 'dart2js-d8 tests',
352 'dart2js d8 observatory_ui tests', 351 'dart2js-d8-observatory_ui tests',
353 'dart2js d8 package tests', 352 'dart2js-d8-package tests',
354 'dart2js d8 co19 tests', 353 'dart2js-d8-co19 tests',
355 'dart2js d8 extra tests', 354 'dart2js-d8-extra tests',
356 'dart2js-with-kernel d8 tests', 355 'dart2js-with-kernel-d8 tests',
357 'dart2js d8 fast-startup tests', 356 'dart2js-d8-fast-startup tests',
358 'dart2js d8 observatory_ui fast-startup tests', 357 'dart2js-d8-observatory_ui-fast-startup tests',
359 'dart2js d8 package fast-startup tests', 358 'dart2js-d8-package-fast-startup tests',
360 'dart2js d8 co19 fast-startup tests', 359 'dart2js-d8-co19-fast-startup tests',
361 'dart2js d8 extra fast-startup tests', 360 'dart2js-d8-extra-fast-startup tests',
362 'dart2js d8 fast-startup checked tests', 361 'dart2js-d8-fast-startup-checked tests',
363 'dart2js d8 observatory_ui fast-startup checked tests', 362 'dart2js-d8-observatory_ui-fast-startup-checked tests',
364 'dart2js d8 package fast-startup checked tests', 363 'dart2js-d8-package-fast-startup-checked tests',
365 'dart2js d8 co19 fast-startup checked tests', 364 'dart2js-d8-co19-fast-startup-checked tests',
366 'dart2js d8 extra fast-startup checked tests', 365 'dart2js-d8-extra-fast-startup-checked tests',
367 ]) 366 ])
368 ], 367 ],
369 ), 368 ),
370 const BuildGroup( 369 const BuildGroup(
371 groupName: 'dart2js-jsshell', 370 groupName: 'dart2js-jsshell',
372 subgroups: const <BuildSubgroup>[ 371 subgroups: const <BuildSubgroup>[
373 const BuildSubgroup(shardNames: const <String>[ 372 const BuildSubgroup(shardNames: const <String>[
374 'dart2js-linux-jsshell-1-4-be', 373 'dart2js-linux-jsshell-1-4-be',
375 'dart2js-linux-jsshell-2-4-be', 374 'dart2js-linux-jsshell-2-4-be',
376 'dart2js-linux-jsshell-3-4-be', 375 'dart2js-linux-jsshell-3-4-be',
377 'dart2js-linux-jsshell-4-4-be', 376 'dart2js-linux-jsshell-4-4-be',
378 ], testSteps: const <String>[ 377 ], testSteps: const <String>[
379 'dart2js unit tests', 378 'dart2js-jsshell tests',
380 'dart2js jsshell tests', 379 'dart2js-jsshell-observatory_ui tests',
381 'dart2js jsshell observatory_ui tests', 380 'dart2js-jsshell-package tests',
382 'dart2js jsshell package tests', 381 'dart2js-jsshell-co19 tests',
383 'dart2js jsshell co19 tests', 382 'dart2js-jsshell-extra tests',
384 'dart2js jsshell extra tests', 383 'dart2js-jsshell-fast-startup tests',
385 'dart2js jsshell fast-startup tests', 384 'dart2js-jsshell-observatory_ui-fast-startup tests',
386 'dart2js jsshell observatory_ui fast-startup tests', 385 'dart2js-jsshell-package-fast-startup tests',
387 'dart2js jsshell package fast-startup tests', 386 'dart2js-jsshell-co19-fast-startup tests',
388 'dart2js jsshell co19 fast-startup tests', 387 'dart2js-jsshell-extra-fast-startup tests',
389 'dart2js jsshell extra fast-startup tests',
390 ]) 388 ])
391 ], 389 ],
392 ), 390 ),
393 const BuildGroup( 391 const BuildGroup(
394 groupName: 'dart2js', 392 groupName: 'dart2js',
395 subgroups: const <BuildSubgroup>[ 393 subgroups: const <BuildSubgroup>[
396 const BuildSubgroup(shardNames: const <String>[ 394 const BuildSubgroup(shardNames: const <String>[
397 'dart2js-dump-info-be', 395 'dart2js-dump-info-be',
398 ], testSteps: const <String>[ 396 ], testSteps: const <String>[
399 'annotated_steps', 397 'annotated_steps',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 ], 485 ],
488 ), 486 ),
489 const BuildGroup( 487 const BuildGroup(
490 groupName: 'dart-sdk', 488 groupName: 'dart-sdk',
491 subgroups: const <BuildSubgroup>[ 489 subgroups: const <BuildSubgroup>[
492 const BuildSubgroup(shardNames: const <String>[ 490 const BuildSubgroup(shardNames: const <String>[
493 'dart-sdk-linux-be', 491 'dart-sdk-linux-be',
494 'dart-sdk-windows-be', 492 'dart-sdk-windows-be',
495 'dart-sdk-mac-be', 493 'dart-sdk-mac-be',
496 ], testSteps: const <String>[ 494 ], testSteps: const <String>[
497 'generate_sdks', 495 // This subgroup triggers other tests.
498 ]), 496 ]),
499 const BuildSubgroup(shardNames: const <String>[ 497 const BuildSubgroup(shardNames: const <String>[
500 'sdk-trigger-be', 498 'sdk-trigger-be',
501 ], testSteps: const <String>[ 499 ], testSteps: const <String>[
502 '', // This subgroup triggers other tests. 500 // This subgroup triggers other tests.
503 ]), 501 ], isActive: false),
504 ], 502 ],
505 ), 503 ),
506 const BuildGroup( 504 const BuildGroup(
507 groupName: 'dartium-inc', 505 groupName: 'dartium-inc',
508 subgroups: const <BuildSubgroup>[ 506 subgroups: const <BuildSubgroup>[
509 const BuildSubgroup(shardNames: const <String>[ 507 const BuildSubgroup(shardNames: const <String>[
510 'dartium-linux-x64-inc-be', 508 'dartium-linux-x64-inc-be',
511 'dartium-mac-x64-inc-be', 509 'dartium-mac-x64-inc-be',
512 'dartium-win-ia32-inc-be', 510 'dartium-win-ia32-inc-be',
513 ], testSteps: const <String>[ 511 ], testSteps: const <String>[
514 'drt_layout_unchecked_tests', 512 'drt_layout_unchecked_tests',
515 'drt_layout_checked_tests', 513 'drt_layout_checked_tests',
516 'dartium_core_unchecked_tests', 514 'dartium_core_unchecked_tests',
517 'dartium_core_checked_tests', 515 'dartium_core_checked_tests',
518 ]), 516 ], isActive: false),
519 ], 517 ],
520 ), 518 ),
521 const BuildGroup( 519 const BuildGroup(
522 groupName: 'dart2js-linux', 520 groupName: 'dart2js-linux',
523 subgroups: const <BuildSubgroup>[ 521 subgroups: const <BuildSubgroup>[
524 const BuildSubgroup(shardNames: const <String>[ 522 const BuildSubgroup(shardNames: const <String>[
525 'dart2js-linux-chromeff-1-4-be', 523 'dart2js-linux-chromeff-1-4-be',
526 'dart2js-linux-chromeff-2-4-be', 524 'dart2js-linux-chromeff-2-4-be',
527 'dart2js-linux-chromeff-3-4-be', 525 'dart2js-linux-chromeff-3-4-be',
528 'dart2js-linux-chromeff-4-4-be' 526 'dart2js-linux-chromeff-4-4-be'
529 ], testSteps: const <String>[ 527 ], testSteps: const <String>[
530 'dart2js chrome tests', 528 'dart2js-chrome tests',
531 'dart2js chrome observatory_ui tests', 529 'dart2js-chrome-observatory_ui tests',
532 'dart2js chrome package tests', 530 'dart2js-chrome-package tests',
533 'dart2js chrome co19 tests', 531 'dart2js-chrome-co19 tests',
534 'dart2js chrome extra tests', 532 'dart2js-chrome-extra tests',
535 'dart2js chrome fast-startup tests', 533 'dart2js-chrome-fast-startup tests',
536 'dart2js chrome observatory_ui fast-startup tests', 534 'dart2js-chrome-observatory_ui-fast-startup tests',
537 'dart2js chrome package fast-startup tests', 535 'dart2js-chrome-package-fast-startup tests',
538 'dart2js chrome co19 fast-startup tests', 536 'dart2js-chrome-co19-fast-startup tests',
539 'dart2js chrome extra fast-startup tests', 537 'dart2js-chrome-extra-fast-startup tests',
540 'dart2js ff tests', 538 'dart2js-ff tests',
541 'dart2js ff observatory_ui tests', 539 'dart2js-ff-observatory_ui tests',
542 'dart2js ff package tests', 540 'dart2js-ff-package tests',
543 'dart2js ff co19 tests', 541 'dart2js-ff-co19 tests',
544 'dart2js ff extra tests', 542 'dart2js-ff-extra tests',
545 'dart2js ff fast-startup tests', 543 'dart2js-ff-fast-startup tests',
546 'dart2js ff observatory_ui fast-startup tests', 544 'dart2js-ff-observatory_ui-fast-startup tests',
547 'dart2js ff package fast-startup tests', 545 'dart2js-ff-package-fast-startup tests',
548 'dart2js ff co19 fast-startup tests', 546 'dart2js-ff-co19-fast-startup tests',
549 'dart2js ff extra fast-startup tests', 547 'dart2js-ff-extra-fast-startup tests',
550 ]), 548 ]),
551 ], 549 ],
552 ), 550 ),
553 const BuildGroup( 551 const BuildGroup(
554 groupName: 'chrome', 552 groupName: 'chrome',
555 subgroups: const <BuildSubgroup>[ 553 subgroups: const <BuildSubgroup>[
556 const BuildSubgroup(shardNames: const <String>[ 554 const BuildSubgroup(shardNames: const <String>[
557 'dart2js-linux-drt-1-2-be', 555 'dart2js-linux-drt-1-2-be',
558 'dart2js-linux-drt-2-2-be', 556 'dart2js-linux-drt-2-2-be',
559 'dart2js-linux-drt-csp-minified-be' 557 'dart2js-linux-drt-csp-minified-be'
560 ], testSteps: const <String>[ 558 ], testSteps: const <String>[
561 'dart2js drt tests', 559 'dart2js-drt tests',
562 'dart2js drt observatory_ui tests', 560 'dart2js-drt-observatory_ui tests',
563 'dart2js drt package tests', 561 'dart2js-drt-package tests',
564 'dart2js drt co19 tests', 562 'dart2js-drt-co19 tests',
565 'dart2js drt extra tests', 563 'dart2js-drt-extra tests',
566 'dart2js drt fast-startup tests', 564 'dart2js-drt-fast-startup tests',
567 'dart2js drt observatory_ui fast-startup tests', 565 'dart2js-drt-observatory_ui-fast-startup tests',
568 'dart2js drt package fast-startup tests', 566 'dart2js-drt-package-fast-startup tests',
569 'dart2js drt co19 fast-startup tests', 567 'dart2js-drt-co19-fast-startup tests',
570 'dart2js drt extra fast-startup tests', 568 'dart2js-drt-extra-fast-startup tests',
571 'dart2js drt fast-startup checked tests', 569 'dart2js-drt-fast-startup-checked tests',
572 'dart2js drt observatory_ui fast-startup checked tests', 570 'dart2js-drt-observatory_ui-fast-startup-checked tests',
573 'dart2js drt package fast-startup checked tests', 571 'dart2js-drt-package-fast-startup-checked tests',
574 'dart2js drt co19 fast-startup checked tests', 572 'dart2js-drt-co19-fast-startup-checked tests',
575 'dart2js drt extra fast-startup checked tests', 573 'dart2js-drt-extra-fast-startup-checked tests',
576 ]), 574 ]),
577 const BuildSubgroup(shardNames: const <String>[ 575 const BuildSubgroup(shardNames: const <String>[
578 'dart2js-mac10.11-chrome-be' 576 'dart2js-mac10.11-chrome-be'
579 ], testSteps: const <String>[ 577 ], testSteps: const <String>[
580 'dart2js chrome tests', 578 'dart2js-chrome tests',
581 'dart2js chrome observatory_ui tests', 579 'dart2js-chrome-observatory_ui tests',
582 'dart2js chrome package tests', 580 'dart2js-chrome-package tests',
583 'dart2js chrome co19 tests', 581 'dart2js-chrome-co19 tests',
584 'dart2js chrome extra tests', 582 'dart2js-chrome-extra tests',
585 'dart2js chrome fast-startup tests', 583 'dart2js-chrome-fast-startup tests',
586 'dart2js chrome observatory_ui fast-startup tests', 584 'dart2js-chrome-observatory_ui-fast-startup tests',
587 'dart2js chrome package fast-startup tests', 585 'dart2js-chrome-package-fast-startup tests',
588 'dart2js chrome co19 fast-startup tests', 586 'dart2js-chrome-co19-fast-startup tests',
589 'dart2js chrome extra fast-startup tests', 587 'dart2js-chrome-extra-fast-startup tests',
590 ]), 588 ]),
591 ], 589 ],
592 ), 590 ),
593 const BuildGroup( 591 const BuildGroup(
594 groupName: 'safari', 592 groupName: 'safari',
595 subgroups: const <BuildSubgroup>[ 593 subgroups: const <BuildSubgroup>[
596 const BuildSubgroup(shardNames: const <String>[ 594 const BuildSubgroup(shardNames: const <String>[
597 'dart2js-mac10.11-safari-1-3-be', 595 'dart2js-mac10.11-safari-1-3-be',
598 'dart2js-mac10.11-safari-2-3-be', 596 'dart2js-mac10.11-safari-2-3-be',
599 'dart2js-mac10.11-safari-3-3-be' 597 'dart2js-mac10.11-safari-3-3-be'
600 ], testSteps: const <String>[ 598 ], testSteps: const <String>[
601 'dart2js safari tests', 599 'dart2js-safari tests',
602 'dart2js safari observatory_ui tests', 600 'dart2js-safari-observatory_ui tests',
603 'dart2js safari package tests', 601 'dart2js-safari-package tests',
604 'dart2js safari co19 tests', 602 'dart2js-safari-co19 tests',
605 'dart2js safari extra tests', 603 'dart2js-safari-extra tests',
606 'dart2js safari fast-startup tests', 604 'dart2js-safari-fast-startup tests',
607 'dart2js safari observatory_ui fast-startup tests', 605 'dart2js-safari-observatory_ui-fast-startup tests',
608 'dart2js safari package fast-startup tests', 606 'dart2js-safari-package-fast-startup tests',
609 'dart2js safari co19 fast-startup tests', 607 'dart2js-safari-co19-fast-startup tests',
610 'dart2js safari extra fast-startup tests', 608 'dart2js-safari-extra-fast-startup tests',
611 ]), 609 ]),
612 ], 610 ],
613 ), 611 ),
614 const BuildGroup( 612 const BuildGroup(
615 groupName: 'ie', 613 groupName: 'ie',
616 subgroups: const <BuildSubgroup>[ 614 subgroups: const <BuildSubgroup>[
617 const BuildSubgroup(shardNames: const <String>[ 615 const BuildSubgroup(shardNames: const <String>[
618 'dart2js-win8-ie10-be' 616 'dart2js-win8-ie10-be'
619 ], testSteps: const <String>[ 617 ], testSteps: const <String>[
620 'dart2js ie10 tests', 618 'dart2js ie10 tests',
621 'dart2js ie10 co19 tests', 619 'dart2js ie10 co19 tests',
622 'dart2js ie10 fast-startup tests', 620 'dart2js ie10-fast-startup tests',
623 'dart2js ie10 co19 fast-startup tests', 621 'dart2js ie10 co19-fast-startup tests',
624 ], isActive: false), 622 ], isActive: false),
625 const BuildSubgroup(shardNames: const <String>[ 623 const BuildSubgroup(shardNames: const <String>[
626 'dart2js-win8-ie11-be' 624 'dart2js-win8-ie11-be'
627 ], testSteps: const <String>[ 625 ], testSteps: const <String>[
628 'dart2js ie11 tests', 626 'dart2js ie11 tests',
629 'dart2js ie11 co19 tests', 627 'dart2js ie11 co19 tests',
630 'dart2js ie11 fast-startup tests', 628 'dart2js ie11-fast-startup tests',
631 'dart2js ie11 co19 fast-startup tests', 629 'dart2js ie11 co19-fast-startup tests',
632 ], isActive: false), 630 ], isActive: false),
633 ], 631 ],
634 ), 632 ),
635 const BuildGroup( 633 const BuildGroup(
636 groupName: 'dart2js-windows', 634 groupName: 'dart2js-windows',
637 subgroups: const <BuildSubgroup>[ 635 subgroups: const <BuildSubgroup>[
638 const BuildSubgroup(shardNames: const <String>[ 636 const BuildSubgroup(shardNames: const <String>[
639 'dart2js-win7-ie10chrome-1-4-be', 637 'dart2js-win7-ie10chrome-1-4-be',
640 'dart2js-win7-ie10chrome-2-4-be', 638 'dart2js-win7-ie10chrome-2-4-be',
641 'dart2js-win7-ie10chrome-3-4-be', 639 'dart2js-win7-ie10chrome-3-4-be',
(...skipping 10 matching lines...) Expand all
652 'dart2js chrome extra tests', 650 'dart2js chrome extra tests',
653 ], isActive: false), // Replaced by 'win8-ie11' and 'win7-chrome'. 651 ], isActive: false), // Replaced by 'win8-ie11' and 'win7-chrome'.
654 const BuildSubgroup(shardNames: const <String>[ 652 const BuildSubgroup(shardNames: const <String>[
655 'dart2js-win8-ie11-1-4-be', 653 'dart2js-win8-ie11-1-4-be',
656 'dart2js-win8-ie11-2-4-be', 654 'dart2js-win8-ie11-2-4-be',
657 'dart2js-win8-ie11-3-4-be', 655 'dart2js-win8-ie11-3-4-be',
658 'dart2js-win8-ie11-4-4-be' 656 'dart2js-win8-ie11-4-4-be'
659 ], testSteps: const <String>[ 657 ], testSteps: const <String>[
660 'dart2js ie11 tests', 658 'dart2js ie11 tests',
661 'dart2js ie11 co19 tests', 659 'dart2js ie11 co19 tests',
662 'dart2js ie11 fast-startup tests', 660 'dart2js ie11-fast-startup tests',
663 'dart2js ie11 co19 fast-startup tests', 661 'dart2js ie11 co19-fast-startup tests',
664 ]), 662 ]),
665 const BuildSubgroup(shardNames: const <String>[ 663 const BuildSubgroup(shardNames: const <String>[
666 'dart2js-win7-chrome-1-4-be', 664 'dart2js-win7-chrome-1-4-be',
667 'dart2js-win7-chrome-2-4-be', 665 'dart2js-win7-chrome-2-4-be',
668 'dart2js-win7-chrome-3-4-be', 666 'dart2js-win7-chrome-3-4-be',
669 'dart2js-win7-chrome-4-4-be' 667 'dart2js-win7-chrome-4-4-be'
670 ], testSteps: const <String>[ 668 ], testSteps: const <String>[
671 'dart2js chrome tests', 669 'dart2js-chrome tests',
672 'dart2js chrome observatory_ui tests', 670 'dart2js-chrome-observatory_ui tests',
673 'dart2js chrome package tests', 671 'dart2js-chrome-package tests',
674 'dart2js chrome co19 tests', 672 'dart2js-chrome-co19 tests',
675 'dart2js chrome extra tests', 673 'dart2js-chrome-extra tests',
676 'dart2js chrome fast-startup tests', 674 'dart2js-chrome-fast-startup tests',
677 'dart2js chrome observatory_ui fast-startup tests', 675 'dart2js-chrome-observatory_ui-fast-startup tests',
678 'dart2js chrome package fast-startup tests', 676 'dart2js-chrome-package-fast-startup tests',
679 'dart2js chrome co19 fast-startup tests', 677 'dart2js-chrome-co19-fast-startup tests',
680 'dart2js chrome extra fast-startup tests', 678 'dart2js-chrome-extra-fast-startup tests',
681 ]), 679 ]),
682 const BuildSubgroup(shardNames: const <String>[ 680 const BuildSubgroup(shardNames: const <String>[
683 'dart2js-win7-ie11ff-1-4-be', 681 'dart2js-win7-ie11ff-1-4-be',
684 'dart2js-win7-ie11ff-2-4-be', 682 'dart2js-win7-ie11ff-2-4-be',
685 'dart2js-win7-ie11ff-3-4-be', 683 'dart2js-win7-ie11ff-3-4-be',
686 'dart2js-win7-ie11ff-4-4-be' 684 'dart2js-win7-ie11ff-4-4-be'
687 ], testSteps: const <String>[ 685 ], testSteps: const <String>[
688 'dart2js ie11 tests', 686 'dart2js ie11 tests',
689 'dart2js ie11 co19 tests', 687 'dart2js ie11 co19 tests',
690 'dart2js ie11 fast-startup tests', 688 'dart2js ie11-fast-startup tests',
691 'dart2js ie11 co19 fast-startup tests', 689 'dart2js ie11 co19-fast-startup tests',
692 'dart2js ff tests', 690 'dart2js-ff tests',
693 'dart2js ff observatory_ui tests', 691 'dart2js-ff-observatory_ui tests',
694 'dart2js ff package tests', 692 'dart2js-ff-package tests',
695 'dart2js ff co19 tests', 693 'dart2js-ff-co19 tests',
696 'dart2js ff extra tests', 694 'dart2js-ff-extra tests',
697 'dart2js ff fast-startup tests', 695 'dart2js-ff-fast-startup tests',
698 'dart2js ff observatory_ui fast-startup tests', 696 'dart2js-ff-observatory_ui-fast-startup tests',
699 'dart2js ff package fast-startup tests', 697 'dart2js-ff-package-fast-startup tests',
700 'dart2js ff co19 fast-startup tests', 698 'dart2js-ff-co19-fast-startup tests',
701 'dart2js ff extra fast-startup tests', 699 'dart2js-ff-extra-fast-startup tests',
702 ]), 700 ]),
703 ], 701 ],
704 ), 702 ),
705 const BuildGroup( 703 const BuildGroup(
706 groupName: 'pub-pkg', 704 groupName: 'pub-pkg',
707 subgroups: const <BuildSubgroup>[ 705 subgroups: const <BuildSubgroup>[
708 const BuildSubgroup(shardNames: const <String>[ 706 const BuildSubgroup(shardNames: const <String>[
709 'pub-mac-be', 707 'pub-mac-be',
710 ], testSteps: const <String>[ 708 ], testSteps: const <String>[
711 'annotated_steps', 709 'annotated_steps',
(...skipping 23 matching lines...) Expand all
735 ]), 733 ]),
736 ], 734 ],
737 ), 735 ),
738 const BuildGroup( 736 const BuildGroup(
739 groupName: 'dartium-full', 737 groupName: 'dartium-full',
740 subgroups: const <BuildSubgroup>[ 738 subgroups: const <BuildSubgroup>[
741 const BuildSubgroup(shardNames: const <String>[ 739 const BuildSubgroup(shardNames: const <String>[
742 'dartium-linux-x64-be', 740 'dartium-linux-x64-be',
743 ], testSteps: const <String>[ 741 ], testSteps: const <String>[
744 'annotated steps', 742 'annotated steps',
745 ]), 743 ], isActive: false),
746 const BuildSubgroup(shardNames: const <String>[ 744 const BuildSubgroup(shardNames: const <String>[
747 'dartium-mac-x64-be', 745 'dartium-mac-x64-be',
748 ], testSteps: const <String>[ 746 ], testSteps: const <String>[
749 'annotated steps', 747 'annotated steps',
750 ]), 748 ], isActive: false),
751 const BuildSubgroup(shardNames: const <String>[ 749 const BuildSubgroup(shardNames: const <String>[
752 'dartium-win-ia32-be', 750 'dartium-win-ia32-be',
753 ], testSteps: const <String>[ 751 ], testSteps: const <String>[
754 'annotated steps', 752 'annotated steps',
755 ]), 753 ], isActive: false),
756 ], 754 ],
757 ), 755 ),
758 const BuildGroup( 756 const BuildGroup(
759 groupName: 'misc', 757 groupName: 'misc',
760 subgroups: const <BuildSubgroup>[ 758 subgroups: const <BuildSubgroup>[
761 const BuildSubgroup(shardNames: const <String>[ 759 const BuildSubgroup(shardNames: const <String>[
762 'versionchecker-linux-be', 760 'versionchecker-linux-be',
763 ], testSteps: const <String>[ 761 ], testSteps: const <String>[]),
764 'annotated_steps',
765 ]),
766 const BuildSubgroup(shardNames: const <String>[ 762 const BuildSubgroup(shardNames: const <String>[
767 'debianpackage-linux-be', 763 'debianpackage-linux-be',
768 ], testSteps: const <String>[ 764 ], testSteps: const <String>[]),
769 'annotated_steps',
770 ]),
771 ], 765 ],
772 ), 766 ),
773 const BuildGroup( 767 const BuildGroup(
774 groupName: 'vm-app-dev', 768 groupName: 'vm-app-dev',
775 subgroups: const <BuildSubgroup>[ 769 subgroups: const <BuildSubgroup>[
776 const BuildSubgroup(shardNames: const <String>[ 770 const BuildSubgroup(shardNames: const <String>[
777 'app-linux-debug-x64-dev', 771 'app-linux-debug-x64-dev',
778 ], testSteps: const <String>[ 772 ], testSteps: const <String>[
779 'vm tests', 773 'vm tests',
780 ], isActive: false), 774 ], isActive: false),
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 stepNames.add(step); 950 stepNames.add(step);
957 } 951 }
958 } 952 }
959 if (stepNames.isNotEmpty) { 953 if (stepNames.isNotEmpty) {
960 subgroups[subgroup] = stepNames; 954 subgroups[subgroup] = stepNames;
961 } 955 }
962 } 956 }
963 } 957 }
964 return subgroups; 958 return subgroups;
965 } 959 }
OLDNEW
« no previous file with comments | « no previous file | tools/gardening/lib/src/buildbot_loading.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698