Clean up PRESUBMIT.py - remove references to removed clang trybots
BUG=none R=maruel@chromium.org Review URL: https://codereview.chromium.org/683733009 Cr-Commit-Position: refs/heads/master@{#302800}
This commit is contained in:
@ -1714,7 +1714,6 @@ def GetPreferredTryMasters(project, change):
|
||||
'ios_rel_device',
|
||||
'ios_rel_device_ninja',
|
||||
'linux_chromium_chromeos_rel',
|
||||
'linux_chromium_clang_dbg',
|
||||
'linux_chromium_gn_dbg',
|
||||
'linux_chromium_gn_rel',
|
||||
'linux_chromium_rel_ng',
|
||||
@ -1734,7 +1733,6 @@ def GetPreferredTryMasters(project, change):
|
||||
if any(re.search(r'[\\\/_](aura|chromeos)', f) for f in files):
|
||||
builders.extend([
|
||||
'linux_chromeos_asan',
|
||||
'linux_chromium_chromeos_clang_dbg'
|
||||
])
|
||||
|
||||
# If there are gyp changes to base, build, or chromeos, run a full cros build
|
||||
|
@ -721,12 +721,8 @@ class TryServerMasterTest(unittest.TestCase):
|
||||
'linux_chromeos_asan',
|
||||
'linux_chromeos_browser_asan',
|
||||
'linux_chromeos_valgrind',
|
||||
'linux_chromium_chromeos_clang_dbg',
|
||||
'linux_chromium_chromeos_clang_rel',
|
||||
'linux_chromium_chromeos_dbg',
|
||||
'linux_chromium_chromeos_rel',
|
||||
'linux_chromium_clang_dbg',
|
||||
'linux_chromium_clang_rel',
|
||||
'linux_chromium_compile_dbg',
|
||||
'linux_chromium_compile_rel',
|
||||
'linux_chromium_dbg',
|
||||
|
@ -1,16 +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/ash
|
||||
|
||||
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_chromeos_clang_dbg': set(['defaulttests']),
|
||||
}
|
||||
}
|
@ -12,6 +12,5 @@ def GetPreferredTryMasters(project, change):
|
||||
return {
|
||||
'tryserver.chromium.linux': {
|
||||
'linux_chromium_chromeos_rel': set(['defaulttests']),
|
||||
'linux_chromium_chromeos_clang_dbg': set(['defaulttests']),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user