| 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 "runhooks", | 833 "runhooks", |
| 834 "webkit_unit_tests", | 834 "webkit_unit_tests", |
| 835 "Presubmit", | 835 "Presubmit", |
| 836 "Static-Initializers", | 836 "Static-Initializers", |
| 837 "Check", | 837 "Check", |
| 838 "Unittests", | 838 "Unittests", |
| 839 "OptimizeForSize", | 839 "OptimizeForSize", |
| 840 "Mjsunit", | 840 "Mjsunit", |
| 841 "Webkit", | 841 "Webkit", |
| 842 "Benchmarks", | 842 "Benchmarks", |
| 843 "SimdJs - all", |
| 844 "SimdJs - small", |
| 843 "Test262", | 845 "Test262", |
| 846 "Test262 - no variants", |
| 844 "Test262-es6", | 847 "Test262-es6", |
| 848 "Test262-es6 - no variants", |
| 845 "Mozilla", | 849 "Mozilla", |
| 846 "GCMole arm", | 850 "GCMole arm", |
| 847 "GCMole arm64", | 851 "GCMole arm64", |
| 848 "GCMole ia32", | 852 "GCMole ia32", |
| 849 "GCMole x64", | 853 "GCMole x64", |
| 850 "Simple Leak Check" | 854 "Simple Leak Check" |
| 851 ], | 855 ], |
| 852 "forgiving_optional": [ | 856 "forgiving_optional": [ |
| 853 "bot_update", | 857 "bot_update", |
| 854 "package build", | 858 "package build", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 868 "forgiving_optional": [ | 872 "forgiving_optional": [ |
| 869 "svnkill", | 873 "svnkill", |
| 870 "taskkill" | 874 "taskkill" |
| 871 ], | 875 ], |
| 872 "closing_optional": [ | 876 "closing_optional": [ |
| 873 "compile" | 877 "compile" |
| 874 ] | 878 ] |
| 875 } | 879 } |
| 876 } | 880 } |
| 877 } | 881 } |
| OLD | NEW |