summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 01:40:19 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 01:40:19 +0000
commit627d9d17b302b3a3b529a2eedf64d3e327ed4614 (patch)
tree31123bb0c2dcaeabcd3c2d179469d18f957ab6ec /views
parent9e0ff3e8168ace55c42d5fb6334b883275ce3e37 (diff)
downloadchromium_src-627d9d17b302b3a3b529a2eedf64d3e327ed4614.zip
chromium_src-627d9d17b302b3a3b529a2eedf64d3e327ed4614.tar.gz
chromium_src-627d9d17b302b3a3b529a2eedf64d3e327ed4614.tar.bz2
Sending try jobs to linux_view is a strong signal that we should also send the try jobs to linux_chromeos, and vice versa.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3291005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rwxr-xr-xviews/PRESUBMIT.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/PRESUBMIT.py b/views/PRESUBMIT.py
index 15e3672..26a2a60 100755
--- a/views/PRESUBMIT.py
+++ b/views/PRESUBMIT.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2010 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.
@@ -10,4 +10,4 @@ for more details on the presubmit API built into gcl.
"""
def GetPreferredTrySlaves():
- return ['linux_view']
+ return ['linux_view', 'linux_chromeos']