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

Unified Diff: PRESUBMIT.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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
« no previous file with comments | « no previous file | common/battor/battor/battor_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 5275462da7f7b1629a446d5b991d97e2075cc091..e2dd0e3c14fb90fe56c7a7d5dbe0619f2676bdde 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -44,18 +44,6 @@ _CATAPULT_BUG_ID_RE = re.compile(r'#[1-9]\d*')
_RIETVELD_BUG_ID_RE = re.compile(r'[1-9]\d*')
_RIETVELD_REPOSITORY_NAMES = frozenset({'chromium', 'v8'})
-
-def GetPreferredTryMasters(project, change):
- return {
- 'tryserver.client.catapult': {
- 'Catapult Android Tryserver': {'defaulttests'},
- 'Catapult Linux Tryserver': {'defaulttests'},
- 'Catapult Mac Tryserver': {'defaulttests'},
- 'Catapult Windows Tryserver': {'defaulttests'},
- }
- }
-
-
def CheckChangeLogBug(input_api, output_api):
# Show a presubmit message if there is no BUG= line.
if input_api.change.BUG is None:
« no previous file with comments | « no previous file | common/battor/battor/battor_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698