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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py

Issue 2135393002: In builder config, change "is_try_bot" -> "is_try_builder". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
index 49d1ed32b98c8a2df83b959df99cf6aa37303969..f1c86e76e598cf1026c0b3afa306b137de5b9e8f 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
@@ -80,16 +80,16 @@ BUILDERS = {
"linux_chromium_rel_ng": {
"port_name": "linux-precise",
"specifiers": ['Precise', 'Release'],
- "is_try_bot": True,
+ "is_try_builder": True,
},
"mac_chromium_rel_ng": {
"port_name": "mac-mac10.9",
"specifiers": ['Mac10.9', 'Release'],
- "is_try_bot": True,
+ "is_try_builder": True,
},
"win_chromium_rel_ng": {
"port_name": "win-win7",
"specifiers": ['Win7', 'Release'],
- "is_try_bot": True,
+ "is_try_builder": True,
},
}
« 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