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

Unified Diff: base/PRESUBMIT.py

Issue 9513008: Convert the XXX_sync builders to using directly sync_integration_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | chrome/browser/sync/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/PRESUBMIT.py
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
index cf6827c24c6c1c43d8de2e250e9bf2d6ce3879d4..8b5327419aad2838ff63e728f74c3aa5d0412580 100644
--- a/base/PRESUBMIT.py
+++ b/base/PRESUBMIT.py
@@ -9,4 +9,8 @@ for more details on the presubmit API built into gcl.
"""
def GetPreferredTrySlaves():
- return ['win_sync', 'linux_sync', 'mac_sync']
+ return [
+ 'linux_rel:sync_integration_tests',
+ 'mac_rel:sync_integration_tests',
+ 'win_rel:sync_integration_tests',
+ ]
« no previous file with comments | « no previous file | chrome/browser/sync/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698