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

Unified Diff: PRESUBMIT.py

Issue 181233010: Update PRESUBMIT.py to be more in sync with Blink CQ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 43f1ed45ae013ca1f5da0a1350b780c37ce768fc..07d0fb6afd14aa92d04a967961d60f1514a058d1 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -311,7 +311,13 @@ def CheckChangeOnCommit(input_api, output_api):
def GetPreferredTrySlaves(project, change):
return [
- 'linux_blink_rel', 'mac_blink_rel', 'win_blink_rel',
- 'linux_blink', 'mac_layout:webkit_lint', 'win_layout:webkit_lint',
- 'blink_android_compile_rel', 'blink_android_compile_dbg',
+ 'blink_android_compile_dbg',
+ 'blink_android_compile_rel',
+ 'blink_presubmit',
+ 'linux_blink',
+ 'linux_blink_rel',
+ 'mac_blink_compile',
+ 'mac_blink_rel',
+ 'win_blink_compile',
+ 'win_blink_rel',
]
« 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