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

Unified Diff: cc/PRESUBMIT.py

Issue 151593002: Add GPU bots to the default set of try jobs in ui/gl/ and gpu/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gpubots: Created 6 years, 11 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 | gpu/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/PRESUBMIT.py
diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py
index 08be6ad544455c0473df9823d11889fc91a66bcf..9b61b3f6bcec6001bb8ad008d58d8113fbfb38e9 100644
--- a/cc/PRESUBMIT.py
+++ b/cc/PRESUBMIT.py
@@ -4,8 +4,8 @@
"""Top-level presubmit script for cc.
-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
-details on the presubmit API built into gcl.
+See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
+for more details about the presubmit API built into depot_tools.
"""
import re
@@ -227,8 +227,8 @@ def CheckChangeOnUpload(input_api, output_api):
def GetPreferredTrySlaves(project, change):
return [
'linux_layout_rel',
- 'win_gpu',
'linux_gpu',
'mac_gpu',
'mac_gpu_retina',
+ 'win_gpu',
]
« no previous file with comments | « no previous file | gpu/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698