summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2016-03-18 18:08:37 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-19 01:09:50 +0000
commitff210df3b1262c2c24bcff89923010ab6745549a (patch)
tree5f4c41c0e45ced02089fee868f2b4d17a0cc9d8a
parent43ea0649d4b70fdcf3e9fa5c03aee1bbba0b04bb (diff)
downloadchromium_src-ff210df3b1262c2c24bcff89923010ab6745549a.zip
chromium_src-ff210df3b1262c2c24bcff89923010ab6745549a.tar.gz
chromium_src-ff210df3b1262c2c24bcff89923010ab6745549a.tar.bz2
Add linux_blink_oilpan_rel to the CQ by default.
Note that this actually means that the *non-Oilpan* build configuration is going to be in the CQ now; Oilpan is already the default, so we already have coverage for that. R=phajdan.jr@chromium.org,haraken@chromium.org BUG=553613 Review URL: https://codereview.chromium.org/1812043002 Cr-Commit-Position: refs/heads/master@{#382163}
-rw-r--r--infra/config/cq.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index f8e358e..9ed2f39 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -44,6 +44,7 @@ verifiers {
builders { name: "chromeos_daisy_chromium_compile_only_ng" }
builders { name: "chromeos_x86-generic_chromium_compile_only_ng" }
builders { name: "chromium_presubmit" }
+ builders { name: "linux_blink_oilpan_rel" }
builders { name: "linux_chromium_asan_rel_ng" }
builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
@@ -57,10 +58,6 @@ verifiers {
name: "linux_chromium_chromeos_asan_rel_ng"
experiment_percentage: 10
}
- builders {
- name: "linux_blink_oilpan_rel"
- experiment_percentage: 100
- }
}
buckets {
name: "tryserver.chromium.mac"