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

Unified Diff: ui/compositor/PRESUBMIT.py

Issue 664413006: Convert manually triggered try runs to use bots without _swarming prefix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« PRESUBMIT.py ('K') | « sync/PRESUBMIT.py ('k') | ui/events/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/PRESUBMIT.py
diff --git a/ui/compositor/PRESUBMIT.py b/ui/compositor/PRESUBMIT.py
index 405f8ce1bfb3b0b64aa59575935412a952a2cf63..6bc103cc4714548a0084fdcc5cd51ab6477cc723 100644
--- a/ui/compositor/PRESUBMIT.py
+++ b/ui/compositor/PRESUBMIT.py
@@ -11,6 +11,6 @@ for more details on the presubmit API built into gcl.
def GetPreferredTryMasters(project, change):
return {
'tryserver.chromium.linux': {
- 'linux_chromium_chromeos_rel_swarming': set(['defaulttests']),
+ 'linux_chromium_chromeos_rel': set(['defaulttests']),
danakj 2014/10/22 14:22:41 this is in the default set of bots now in src/PRES
Paweł Hajdan Jr. 2014/10/22 15:15:23 +1, could you also apply it to other files as well
jam 2014/10/22 16:00:59 no, let's do that cleanup separately. this is stri
}
}
« PRESUBMIT.py ('K') | « sync/PRESUBMIT.py ('k') | ui/events/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698