summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-10-30 11:55:06 +0100
committerPaweł Hajdan, Jr <phajdan.jr@chromium.org>2014-10-30 10:56:15 +0000
commit60f8228ca3cd73d071abfcf54f65c1a189fe5bb7 (patch)
tree3402067b896057a5169c63804d304b9e5366458f /jingle
parent6b7fc0b1e9ce197220ce0453843461c8cc950ab0 (diff)
downloadchromium_src-60f8228ca3cd73d071abfcf54f65c1a189fe5bb7.zip
chromium_src-60f8228ca3cd73d071abfcf54f65c1a189fe5bb7.tar.gz
chromium_src-60f8228ca3cd73d071abfcf54f65c1a189fe5bb7.tar.bz2
Update PRESUBMIT files for first round of ng trybots
Clean up redundant PRESUBMIT files. linux_redux has been 100% red since at least August 2014, and is presumably not useful. BUG=380709 R=sergiyb@chromium.org Review URL: https://codereview.chromium.org/685363002 Cr-Commit-Position: refs/heads/master@{#302067}
Diffstat (limited to 'jingle')
-rw-r--r--jingle/PRESUBMIT.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/jingle/PRESUBMIT.py b/jingle/PRESUBMIT.py
deleted file mode 100644
index ae8a5ba..0000000
--- a/jingle/PRESUBMIT.py
+++ /dev/null
@@ -1,22 +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/jingle.
-
-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):
- return {
- 'tryserver.chromium.linux': {
- 'linux_chromium_rel': set(['defaulttests']),
- },
- 'tryserver.chromium.mac': {
- 'mac_chromium_rel': set(['defaulttests']),
- },
- 'tryserver.chromium.win': {
- 'win_chromium_rel': set(['defaulttests']),
- }
- }