summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-06-08 16:30:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-08 23:31:22 +0000
commit1f96f9722cf8e8c39999030a12901ab961faea04 (patch)
tree01b73b75bd27ed7aaf513ecde6e5c1d47b1f5670 /infra
parent5ee9f4d3799613efa8ddab19e2a97a3d995a5294 (diff)
downloadchromium_src-1f96f9722cf8e8c39999030a12901ab961faea04.zip
chromium_src-1f96f9722cf8e8c39999030a12901ab961faea04.tar.gz
chromium_src-1f96f9722cf8e8c39999030a12901ab961faea04.tar.bz2
Flip the win8_chromium_ng recipe to 50% for testing the GN build.
We have flipped the "Win8 Aura" bot from GYP->GN. We need to flip the matching CQ bot config over as well; the closest match for this appears to be the "win8_chromium_ng" bot, which is currently only in the CQ at 10%. The "win8_chromium_rel" bot is in the CQ at 100%, but is running the "chromium_trybot_legacy" recipe, which is doing something different. As a part of the flip, we are effectively saying (for now) that we don't care about the Win8 GYP build, and so it is okay to lose that coverage. Accordingly, this change drops the GYP bot from 100% of builds to 10%, and bumps the GN bot to 50%. If the GN bot seems to be green at 50%, we'll move it ASAP to 100% to get full coverage. R=sergeyberezin@chromium.org, TBR=scottmg@chromium.org, phajdan.jr@chromium.org BUG=497423 NOTRY=true Review URL: https://codereview.chromium.org/1171823002 Cr-Commit-Position: refs/heads/master@{#333386}
Diffstat (limited to 'infra')
-rw-r--r--infra/config/cq.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index b9dc50e..3f82bd7 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -90,13 +90,16 @@ verifiers {
}
builders {
name: "win8_chromium_ng"
- experiment_percentage: 0.1
+ experiment_percentage: 0.5
}
builders {
name: "win_chromium_compile_dbg_ng_exp"
experiment_percentage: 0.1
}
- builders { name: "win8_chromium_rel" }
+ builders {
+ name: "win8_chromium_rel",
+ experiment_percentage: 0.1
+ }
builders { name: "win_chromium_compile_dbg_ng" }
builders { name: "win_chromium_rel_ng" }
builders { name: "win_chromium_x64_rel_ng" }