diff options
author | jam <jam@chromium.org> | 2015-08-14 16:21:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-14 23:21:51 +0000 |
commit | bf77631a43e75d3b6300c376fef3253e49f4c377 (patch) | |
tree | ca8ad02eca3f7f75efe53580016facbdaa818a7b | |
parent | 62c3d93642a92dbf18cdaabc37c348ee89428663 (diff) | |
download | chromium_src-bf77631a43e75d3b6300c376fef3253e49f4c377.zip chromium_src-bf77631a43e75d3b6300c376fef3253e49f4c377.tar.gz chromium_src-bf77631a43e75d3b6300c376fef3253e49f4c377.tar.bz2 |
Revert of Move linux_arm_compile from 100% CQ experiment to full CQ member (patchset #3 id:40001 of https://codereview.chromium.org/1139963003/ )
Reason for revert:
This configuration is very flaky now.
BUG=521162,521165
Original issue's description:
> Move linux_arm_compile from 100% CQ experiment to full CQ member
>
> BUG=384104
>
> Committed: https://crrev.com/a2caf9a3a0cb9d0f79c028af3aa7122e90912a7d
> Cr-Commit-Position: refs/heads/master@{#333738}
TBR=phajdan.jr@chromium.org,sbc@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=384104
Review URL: https://codereview.chromium.org/1295893004
Cr-Commit-Position: refs/heads/master@{#343523}
-rw-r--r-- | infra/config/cq.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 0fc0c58..b8e1865 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -41,7 +41,10 @@ verifiers { builders { name: "chromeos_daisy_chromium_compile_only_ng" } builders { name: "chromium_presubmit" } builders { name: "linux_android_rel_ng" } - builders { name: "linux_arm_compile" } + builders { + name: "linux_arm_compile" + experiment_percentage: 1.0 + } builders { name: "linux_chromium_asan_rel_ng" } builders { name: "linux_chromium_chromeos_compile_dbg_ng" } builders { name: "linux_chromium_chromeos_ozone_rel_ng" } |