From 7ef7fb8b1fc2e0390d851e7ed272a88ff99d1867 Mon Sep 17 00:00:00 2001 From: dpranke Date: Mon, 21 Sep 2015 15:43:24 -0700 Subject: [PATCH] Remove linux_chromium_gn_dbg from the chromium CQ. Now that the main linux debug bots are building with GN, we don't need the separate GN debug builder. R=phajdan.jr@chromium.org BUG=432959 Review URL: https://codereview.chromium.org/1359523003 Cr-Commit-Position: refs/heads/master@{#350052} --- infra/config/cq.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 060df4ba7ee0..e42fe6d634cf 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -51,7 +51,6 @@ verifiers { builders { name: "linux_chromium_clobber_rel_ng" } builders { name: "linux_chromium_compile_dbg_32_ng" } builders { name: "linux_chromium_gn_chromeos_rel" } - builders { name: "linux_chromium_gn_dbg" } builders { name: "linux_chromium_rel_ng" } } buckets { -- 2.11.4.GIT