blob: 9132e99a3dd71ca17197dd68face21caa34e430a [file] [log] [blame]
[email protected]75b9b0b2012-01-31 17:32:111# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]2f744282011-12-23 22:40:522# 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
7See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
8for more details on the presubmit API built into gcl.
9"""
10
[email protected]1c649fa2014-03-11 21:45:2711def GetPreferredTryMasters(project, change):
12 return {
[email protected]0bb112362014-07-26 04:38:3213 'tryserver.chromium.linux': {
[email protected]0094fa12014-03-13 03:18:2814 'linux_chromium_chromeos_clang_dbg': set(['defaulttests']),
[email protected]1c649fa2014-03-11 21:45:2715 }
16 }