Commit 5475492
authored
Create a separate "Flutter Presubmits" checkrun for the unified checkrun flow. (#5022)
This allows us to add "Flutter Presubmits" to the required checks for release candidate branches as well, and have a less confusing name (since release candidate branches don't use the merge queue).
Merge Queue Guard is still created but immediately completed when unified checkruns are created, because this is a required check.
Similarly, "Flutter Presubmits" is always created, and if the unified checkruns are disabled, we immediately complete it as well. This allows us to make this a required check for the `master` branch and the release candidate branches as well.1 parent 0ed7595 commit 5475492
7 files changed
Lines changed: 248 additions & 25 deletions
File tree
- app_dart
- lib/src
- model/common
- service
- test
- model/common
- request_handlers/github
- service
- packages/cocoon_integration_test/lib/src/utilities
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
332 | 336 | | |
333 | 337 | | |
334 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
335 | 343 | | |
336 | 344 | | |
337 | 345 | | |
| |||
340 | 348 | | |
341 | 349 | | |
342 | 350 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
| 351 | + | |
347 | 352 | | |
348 | 353 | | |
| 354 | + | |
349 | 355 | | |
350 | 356 | | |
351 | 357 | | |
| |||
611 | 617 | | |
612 | 618 | | |
613 | 619 | | |
614 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
615 | 625 | | |
616 | 626 | | |
617 | 627 | | |
| |||
827 | 837 | | |
828 | 838 | | |
829 | 839 | | |
| 840 | + | |
830 | 841 | | |
831 | | - | |
| 842 | + | |
832 | 843 | | |
833 | 844 | | |
834 | 845 | | |
| |||
837 | 848 | | |
838 | 849 | | |
839 | 850 | | |
840 | | - | |
| 851 | + | |
841 | 852 | | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
842 | 888 | | |
843 | 889 | | |
844 | 890 | | |
| |||
1592 | 1638 | | |
1593 | 1639 | | |
1594 | 1640 | | |
1595 | | - | |
| 1641 | + | |
| 1642 | + | |
1596 | 1643 | | |
1597 | 1644 | | |
1598 | 1645 | | |
1599 | | - | |
| 1646 | + | |
1600 | 1647 | | |
1601 | 1648 | | |
1602 | 1649 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3351 | 3351 | | |
3352 | 3352 | | |
3353 | 3353 | | |
3354 | | - | |
| 3354 | + | |
3355 | 3355 | | |
3356 | 3356 | | |
3357 | 3357 | | |
| |||
0 commit comments