summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--infra/config/cq.cfg5
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" }