diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 12:01:04 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 12:01:04 +0000 |
commit | 41fa44caf6cf4e7c789af0db508ef64efb20a53d (patch) | |
tree | 1c808caabfa02c918b2589b926c9deabce39672d /tools/valgrind/tsan | |
parent | f54009111abbfa0ad1372c22f943cab3f6fc62e0 (diff) | |
download | chromium_src-41fa44caf6cf4e7c789af0db508ef64efb20a53d.zip chromium_src-41fa44caf6cf4e7c789af0db508ef64efb20a53d.tar.gz chromium_src-41fa44caf6cf4e7c789af0db508ef64efb20a53d.tar.bz2 |
Automatically run valgrind tryjobs for CLs modifying suppression files
Review URL: http://codereview.chromium.org/2030001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan')
-rwxr-xr-x | tools/valgrind/tsan/PRESUBMIT.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/PRESUBMIT.py b/tools/valgrind/tsan/PRESUBMIT.py new file mode 100755 index 0000000..112b41d --- /dev/null +++ b/tools/valgrind/tsan/PRESUBMIT.py @@ -0,0 +1,11 @@ +# 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. + +""" +See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts +for more details on the presubmit API built into gcl. +""" + +def GetPreferredTrySlaves(): + return ['linux_tsan'] |