From 2c92353880e6ab7d7d8517fca03273e5052556c1 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 2 Mar 2012 21:16:55 +0000 Subject: 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 --- net/PRESUBMIT.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'net/PRESUBMIT.py') diff --git a/net/PRESUBMIT.py b/net/PRESUBMIT.py index abed52a..3a2f213 100644 --- a/net/PRESUBMIT.py +++ b/net/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,7 +9,11 @@ for more details on the presubmit API built into gcl. """ def GetPreferredTrySlaves(project, change): - slaves = ['win_sync', 'linux_sync', 'mac_sync'] + slaves = [ + 'linux_rel:sync_integration_tests', + 'mac_rel:sync_integration_tests', + 'win_rel:sync_integration_tests', + ] # Changes that touch NSS files will likely need a corresponding OpenSSL edit. # Conveniently, this one glob also matches _openssl.* changes too. if any('nss' in f.LocalPath() for f in change.AffectedFiles()): -- cgit v1.1