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

Unified Diff: PRESUBMIT.py

Issue 8969030: Add linux_shared to the default try set! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 2ff37a8d0b58305ba8cf57ae7c305e2327b6827d..8a8a94fcdd4a479cacd5b6caa12ae2e6ec2dfd00 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -338,7 +338,7 @@ def GetPreferredTrySlaves(project, change):
f.LocalPath().endswith(('.mm', '.m')) for f in change.AffectedFiles())
if only_objc_files:
return ['mac_rel']
- preferred = ['win_rel', 'linux_rel', 'mac_rel']
+ preferred = ['win_rel', 'linux_rel', 'mac_rel', 'linux_shared']
aura_re = '_aura[^/]*[.][^/]*'
if any(re.search(aura_re, f.LocalPath()) for f in change.AffectedFiles()):
preferred.append('linux_chromeos_aura:compile')
« 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