Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index e99509f1954776fc31fdf2996b0d18b7a9b234eb..ac74c2b846c0d48045b3729acec6b07f01a7c772 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -3215,7 +3215,8 @@ def CMDtry(parser, args): |
'infra', 'config', 'cq.cfg') |
if os.path.exists(cq_cfg): |
masters = {} |
- cq_masters = commit_queue.get_master_builder_map(cq_cfg) |
+ cq_masters = commit_queue.get_master_builder_map( |
+ cq_cfg, include_experimental=False, include_triggered=False) |
for master, builders in cq_masters.iteritems(): |
for builder in builders: |
# Skip presubmit builders, because these will fail without LGTM. |