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

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

Issue 2338293005: Rename all 'WebKit Linux' builders to 'WebKit Linux Precise' (1/3 CLs) (Closed)
Patch Set: Created 4 years, 3 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
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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "tree_notify": [ 754 "tree_notify": [
755 "machenbach@chromium.org", 755 "machenbach@chromium.org",
756 "hablich@chromium.org" 756 "hablich@chromium.org"
757 ], 757 ],
758 "forgive_all": "true", 758 "forgive_all": "true",
759 "closing_optional": [ 759 "closing_optional": [
760 "compile" 760 "compile"
761 ], 761 ],
762 "subject_template": "V8 API checker %(result)s in %(project_name)s, revision %(revision)s" 762 "subject_template": "V8 API checker %(result)s in %(project_name)s, revision %(revision)s"
763 }, 763 },
764 "WebKit Linux - TraceWrappables": { 764 "WebKit Linux Precise - TraceWrappables": {
765 "tree_notify": [ 765 "tree_notify": [
766 "hlopko@chromium.org" 766 "hlopko@chromium.org"
767 ], 767 ],
768 "forgive_all": "true", 768 "forgive_all": "true",
769 "closing_optional": [ 769 "closing_optional": [
770 "webkit_tests" 770 "webkit_tests"
771 ] 771 ]
772 }, 772 },
773 "Site Isolation Linux": { 773 "Site Isolation Linux": {
774 "tree_notify": [ 774 "tree_notify": [
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 "cleanup_temp", 1007 "cleanup_temp",
1008 "taskkill" 1008 "taskkill"
1009 ], 1009 ],
1010 "closing_optional": [ 1010 "closing_optional": [
1011 "compile", 1011 "compile",
1012 "gn" 1012 "gn"
1013 ] 1013 ]
1014 } 1014 }
1015 } 1015 }
1016 } 1016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698