Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2862)

Unified Diff: base/PRESUBMIT.py

Issue 685363002: Update PRESUBMIT files for first round of ng trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/PRESUBMIT.py
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
index 4e9e64bcf2c18009b509e43ed3842b4aee32b58b..4b366d9322a45005a38c09202d301da77ed5d051 100644
--- a/base/PRESUBMIT.py
+++ b/base/PRESUBMIT.py
@@ -46,17 +46,3 @@ def CheckChangeOnCommit(input_api, output_api):
results = []
results.extend(_CommonChecks(input_api, output_api))
return results
-
-
-def GetPreferredTryMasters(project, change):
Sergiy Byelozyorov 2014/10/30 10:16:40 Why is this (and others) being removed? Shouldn't
Paweł Hajdan Jr. 2014/10/30 10:19:10 This is redundant since top-level presubmit file a
Sergiy Byelozyorov 2014/10/30 10:38:24 Is top-level PRESUBMIT executed when there is a mo
Paweł Hajdan Jr. 2014/10/30 10:40:49 All of them get executed, please see http://dev.ch
Sergiy Byelozyorov 2014/10/30 10:52:57 Acknowledged.
- 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']),
- }
- }

Powered by Google App Engine
This is Rietveld 408576698