diff options
author | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-12-19 21:32:56 +0100 |
---|---|---|
committer | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-12-19 20:34:30 +0000 |
commit | 5508378a5388b5e463e843505b646e095397f532 (patch) | |
tree | fcaaaec80021d7e9bc88d6a739aed88dea4a13c7 /crypto | |
parent | 92220c6aab01ee9150a705295a11179fd1c47f12 (diff) | |
download | chromium_src-5508378a5388b5e463e843505b646e095397f532.zip chromium_src-5508378a5388b5e463e843505b646e095397f532.tar.gz chromium_src-5508378a5388b5e463e843505b646e095397f532.tar.bz2 |
Clean up presubmit files
- remove mapping of builders to tests, in recipes there is no testfilter anyway
- remove redundant presubmit files (with trybots present in top-level presubmit)
- use "ng" trybots where possible
BUG=none
R=maruel@chromium.org
Review URL: https://codereview.chromium.org/815913002
Cr-Commit-Position: refs/heads/master@{#309245}
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/PRESUBMIT.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/crypto/PRESUBMIT.py b/crypto/PRESUBMIT.py deleted file mode 100644 index a2a5af9..0000000 --- a/crypto/PRESUBMIT.py +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (c) 2012 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. - -"""Chromium presubmit script for src/net. - -See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts -for more details on the presubmit API built into gcl. -""" - -def GetPreferredTryMasters(project, change): - # Changes in crypto often need a corresponding OpenSSL edit. - return { - 'tryserver.chromium.linux': { - 'linux_redux': set(['defaulttests']), - } - } |