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

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 1275323003: V8 Buildbot: Update gatekeeper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698