[email protected] | 75b9b0b | 2012-01-31 17:32:11 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 2f74428 | 2011-12-23 22:40:52 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | """Chromium presubmit script for src/ash | ||||
6 | |||||
7 | See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts | ||||
8 | for more details on the presubmit API built into gcl. | ||||
9 | """ | ||||
10 | |||||
[email protected] | 1c649fa | 2014-03-11 21:45:27 | [diff] [blame] | 11 | def GetPreferredTryMasters(project, change): |
12 | return { | ||||
[email protected] | 0bb11236 | 2014-07-26 04:38:32 | [diff] [blame] | 13 | 'tryserver.chromium.linux': { |
[email protected] | 0094fa1 | 2014-03-13 03:18:28 | [diff] [blame] | 14 | 'linux_chromium_chromeos_clang_dbg': set(['defaulttests']), |
[email protected] | 1c649fa | 2014-03-11 21:45:27 | [diff] [blame] | 15 | } |
16 | } |