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

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

Issue 2192543002: Update list of Blink try bots in webkitpy/common/config/builders.py. (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 e417dec6338087e9525f63c9eefba84e5c7fac8a..d1b344209e2a7ce5e1f37cac916ec21e6c997f0f 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
@@ -75,19 +75,39 @@ BUILDERS = {
"port_name": "android",
"specifiers": ['Android', 'Release']
},
- # TODO(qyearsley): Update this set of builders when new builders
- # are set up for layout test try jobs. http://crbug.com/474273.
- "linux_chromium_rel_ng": {
+ "linux_precise_blink_rel": {
"port_name": "linux-precise",
"specifiers": ['Precise', 'Release'],
"is_try_builder": True,
},
- "mac_chromium_rel_ng": {
+ "linux_trusty_blink_rel": {
+ "port_name": "linux-precise",
+ "specifiers": ['Precise', 'Release'],
+ "is_try_builder": True,
+ },
+ "mac10.9_blink_rel": {
"port_name": "mac-mac10.9",
"specifiers": ['Mac10.9', 'Release'],
"is_try_builder": True,
},
- "win_chromium_rel_ng": {
+ "mac10.10_blink_rel": {
+ "port_name": "mac-mac10.9",
+ "specifiers": ['Mac10.', 'Release'],
+ "is_try_builder": True,
+ },
+ "mac10.11_blink_rel": {
+ "port_name": "mac-mac10.9",
+ "specifiers": ['Mac10.11', 'Release'],
+ "is_try_builder": True,
+ },
+ # TODO(qyearsley): Add mac retina builder here
+ # when it is ready. http://crbug.com/590036.
+ "win7_blink_rel": {
+ "port_name": "win-win7",
+ "specifiers": ['Win7', 'Release'],
+ "is_try_builder": True,
+ },
+ "win10_blink_rel": {
"port_name": "win-win7",
"specifiers": ['Win7', 'Release'],
"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