| Index: infra/config/cq.cfg
|
| diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
|
| index 0fc0c586057fa733b71fd388d24f044b24f0eabd..b8e18658ab0e1656c4ed8774eda48e0c1cb98a9f 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" }
|
|
|