Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index c42900919928917f470fc3cd917afe8963c95f13..6925c7efbf0aca0de83474dd51b7acfe630d3339 100755 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -338,7 +338,7 @@ def CheckChangeOnCommit(input_api, output_api): |
# pylint: disable=W0613 |
def GetPreferredTryMasters(project, change): |
cq_config_path = os.path.join( |
- change.RepositoryRoot(), 'infra', 'config', 'cq.cfg') |
+ change.RepositoryRoot(), 'infra', 'config', 'cq_disabled.cfg') |
# commit_queue.py below is a script in depot_tools directory, which has a |
# 'builders' command to retrieve a list of CQ builders from the CQ config. |
is_win = platform.system() == 'Windows' |