Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Side by Side Diff: infra/config/cq.cfg

Issue 1139963003: Move linux_arm_compile from 100% CQ experiment to full CQ member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format. 2 # documentation of this file format.
3 3
4 version: 1 4 version: 1
5 cq_name: "chromium" 5 cq_name: "chromium"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 hide_ref_in_committed_msg: true 7 hide_ref_in_committed_msg: true
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 2 9 max_commit_burst: 2
10 target_ref: "refs/pending/heads/master" 10 target_ref: "refs/pending/heads/master"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 builders { 43 builders {
44 name: "chromeos_amd64-generic_chromium_compile_only_ng" 44 name: "chromeos_amd64-generic_chromium_compile_only_ng"
45 experiment_percentage: 0.1 45 experiment_percentage: 0.1
46 } 46 }
47 builders { 47 builders {
48 name: "chromeos_daisy_chromium_compile_only_ng" 48 name: "chromeos_daisy_chromium_compile_only_ng"
49 experiment_percentage: 0.1 49 experiment_percentage: 0.1
50 } 50 }
51 builders { name: "chromium_presubmit" } 51 builders { name: "chromium_presubmit" }
52 builders { name: "linux_android_rel_ng" } 52 builders { name: "linux_android_rel_ng" }
53 builders { 53 builders { name: "linux_arm_compile" }
54 name: "linux_arm_compile"
55 experiment_percentage: 1.0
56 }
57 builders { name: "linux_chromium_asan_rel_ng" } 54 builders { name: "linux_chromium_asan_rel_ng" }
58 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } 55 builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
59 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 56 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
60 builders { name: "linux_chromium_chromeos_rel_ng" } 57 builders { name: "linux_chromium_chromeos_rel_ng" }
61 builders { name: "linux_chromium_clobber_rel_ng" } 58 builders { name: "linux_chromium_clobber_rel_ng" }
62 builders { 59 builders {
63 name: "linux_chromium_compile_dbg_32_ng" 60 name: "linux_chromium_compile_dbg_32_ng"
64 properties { 61 properties {
65 name: "testfilter" 62 name: "testfilter"
66 value: "compile" 63 value: "compile"
(...skipping 25 matching lines...) Expand all
92 name: "win8_chromium_ng" 89 name: "win8_chromium_ng"
93 experiment_percentage: 0.1 90 experiment_percentage: 0.1
94 } 91 }
95 builders { name: "win8_chromium_rel" } 92 builders { name: "win8_chromium_rel" }
96 builders { name: "win_chromium_compile_dbg_ng" } 93 builders { name: "win_chromium_compile_dbg_ng" }
97 builders { name: "win_chromium_rel_ng" } 94 builders { name: "win_chromium_rel_ng" }
98 builders { name: "win_chromium_x64_rel_ng" } 95 builders { name: "win_chromium_x64_rel_ng" }
99 } 96 }
100 } 97 }
101 } 98 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698