diff options
Diffstat (limited to 'infra/config/cq.cfg')
-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 72e1c0b..4d32dc5 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -40,7 +40,10 @@ verifiers { builders { name: "chromeos_amd64-generic_chromium_compile_only_ng" } builders { name: "chromeos_daisy_chromium_compile_only_ng" } builders { name: "chromium_presubmit" } - builders { name: "linux_android_rel_ng" } + builders { + name: "linux_android_rel_ng" + experiment_percentage: 100 + } builders { name: "linux_arm_compile" experiment_percentage: 100 |