OLD | NEW |
1 { | 1 { |
2 "comment": ["This is a configuration file for gatekeeper_ng.py", | 2 "comment": ["This is a configuration file for gatekeeper_ng.py", |
3 "Look at that for documentation on this file's format."], | 3 "Look at that for documentation on this file's format."], |
4 | 4 |
5 "masters": { | 5 "masters": { |
6 "https://build.chromium.org/p/chromium": [ | 6 "https://build.chromium.org/p/chromium": [ |
7 { | 7 { |
8 "categories": [ | 8 "categories": [ |
9 "chromium_tree_closer" | 9 "chromium_tree_closer" |
10 ], | 10 ], |
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
772 "WebKit Linux - TraceWrappables": { | 772 "WebKit Linux - TraceWrappables": { |
773 "tree_notify": [ | 773 "tree_notify": [ |
774 "hlopko@chromium.org", | 774 "hlopko@chromium.org", |
775 "mlippautz@chromium.org" | 775 "mlippautz@chromium.org" |
776 ], | 776 ], |
777 "forgive_all": "true", | 777 "forgive_all": "true", |
778 "closing_optional": [ | 778 "closing_optional": [ |
779 "webkit_tests" | 779 "webkit_tests" |
780 ] | 780 ] |
781 }, | 781 }, |
| 782 "Ozone Linux": { |
| 783 "tree_notify": [ |
| 784 "thomasanderson@chromium.org", |
| 785 "rjkroege@chromium.org", |
| 786 "fwang@igalia.com", |
| 787 "tonikitoo@igalia.com", |
| 788 "joone.hur@intel.com" |
| 789 ], |
| 790 "forgiving_optional": [ |
| 791 "*" |
| 792 ] |
| 793 }, |
782 "Site Isolation Android": { | 794 "Site Isolation Android": { |
783 "tree_notify": [ | 795 "tree_notify": [ |
784 "nasko+fyi-bots@chromium.org", | 796 "nasko+fyi-bots@chromium.org", |
785 "creis+fyi-bots@chromium.org", | 797 "creis+fyi-bots@chromium.org", |
786 "lukasza+fyi-bots@chromium.org", | 798 "lukasza+fyi-bots@chromium.org", |
787 "alexmos+fyi-bots@chromium.org" | 799 "alexmos+fyi-bots@chromium.org" |
788 ], | 800 ], |
789 "forgiving_optional": [ | 801 "forgiving_optional": [ |
790 "*" | 802 "*" |
791 ] | 803 ] |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1029 "cleanup_temp", | 1041 "cleanup_temp", |
1030 "taskkill" | 1042 "taskkill" |
1031 ], | 1043 ], |
1032 "closing_optional": [ | 1044 "closing_optional": [ |
1033 "compile", | 1045 "compile", |
1034 "gn" | 1046 "gn" |
1035 ] | 1047 ] |
1036 } | 1048 } |
1037 } | 1049 } |
1038 } | 1050 } |
OLD | NEW |