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

Unified Diff: chrome/browser/ui/libgtk2ui/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
Index: chrome/browser/ui/libgtk2ui/PRESUBMIT.py
diff --git a/chrome/browser/ui/libgtk2ui/PRESUBMIT.py b/chrome/browser/ui/libgtk2ui/PRESUBMIT.py
index 9704b39292a5b25062dd93b26c03900bac5189cd..daaaa59509ec3db9bd4ea4d8c42228565b389db5 100755
--- a/chrome/browser/ui/libgtk2ui/PRESUBMIT.py
+++ b/chrome/browser/ui/libgtk2ui/PRESUBMIT.py
@@ -13,6 +13,6 @@ for more details on the presubmit API built into gcl.
def GetPreferredTryMasters(project, change):
return {
'tryserver.chromium.linux': {
- 'linux_chromium_rel_swarming': set(['defaulttests']),
+ 'linux_chromium_rel': set(['defaulttests']),
}
}

Powered by Google App Engine
This is Rietveld 408576698