diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 21:16:55 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 21:16:55 +0000 |
commit | 2c92353880e6ab7d7d8517fca03273e5052556c1 (patch) | |
tree | f8ea9035dda2fa3967a4f91cf00ec0bf7bafe760 /jingle | |
parent | 51e403bb7b0cc23b01961696b3054e734db31e0e (diff) | |
download | chromium_src-2c92353880e6ab7d7d8517fca03273e5052556c1.zip chromium_src-2c92353880e6ab7d7d8517fca03273e5052556c1.tar.gz chromium_src-2c92353880e6ab7d7d8517fca03273e5052556c1.tar.bz2 |
Convert the XXX_sync builders to using directly sync_integration_tests.
TBR=nsylvain@chromium.org
BUG=109517
TEST=sync_integration_tests is properly run.
NOTRY=true
Review URL: http://codereview.chromium.org/9513008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r-- | jingle/PRESUBMIT.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jingle/PRESUBMIT.py b/jingle/PRESUBMIT.py index 427ddcd..1ed6464 100644 --- a/jingle/PRESUBMIT.py +++ b/jingle/PRESUBMIT.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -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', + ] |