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

Unified Diff: net/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 | « jingle/PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/PRESUBMIT.py
diff --git a/net/PRESUBMIT.py b/net/PRESUBMIT.py
index abed52a1ea723b80f5faea2c050c5e52df958989..217be11fdbd79b4c5bb5561cf85d9022e37f8896 100644
--- a/net/PRESUBMIT.py
+++ b/net/PRESUBMIT.py
@@ -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()):
« no previous file with comments | « jingle/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698