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

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

Issue 2324573003: DevTools: add devtools builder as CQ experiment (Closed)
Patch Set: Created 4 years, 3 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 builders { name: "chromeos_daisy_chromium_compile_only_ng" } 50 builders { name: "chromeos_daisy_chromium_compile_only_ng" }
51 builders { name: "chromeos_x86-generic_chromium_compile_only_ng" } 51 builders { name: "chromeos_x86-generic_chromium_compile_only_ng" }
52 builders { name: "chromium_presubmit" } 52 builders { name: "chromium_presubmit" }
53 builders { name: "linux_chromium_asan_rel_ng" } 53 builders { name: "linux_chromium_asan_rel_ng" }
54 builders { name: "linux_chromium_chromeos_compile_dbg_ng" } 54 builders { name: "linux_chromium_chromeos_compile_dbg_ng" }
55 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 55 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
56 builders { name: "linux_chromium_chromeos_rel_ng" } 56 builders { name: "linux_chromium_chromeos_rel_ng" }
57 builders { name: "linux_chromium_clobber_rel_ng" } 57 builders { name: "linux_chromium_clobber_rel_ng" }
58 builders { name: "linux_chromium_compile_dbg_ng" } 58 builders { name: "linux_chromium_compile_dbg_ng" }
59 builders { name: "linux_chromium_rel_ng" } 59 builders { name: "linux_chromium_rel_ng" }
60 builders {
61 name: "chromium_devtools"
62 experiment_percentage: 10
63 }
60 } 64 }
61 buckets { 65 buckets {
62 name: "master.tryserver.chromium.mac" 66 name: "master.tryserver.chromium.mac"
63 builders { name: "ios-device" } 67 builders { name: "ios-device" }
64 builders { name: "ios-simulator" } 68 builders { name: "ios-simulator" }
65 builders { 69 builders {
66 name: "ios-simulator-swarming" 70 name: "ios-simulator-swarming"
67 experiment_percentage: 50 71 experiment_percentage: 50
68 } 72 }
69 builders { name: "mac_chromium_compile_dbg_ng" } 73 builders { name: "mac_chromium_compile_dbg_ng" }
(...skipping 15 matching lines...) Expand all
85 builders { name: "win_clang" } 89 builders { name: "win_clang" }
86 } 90 }
87 } 91 }
88 92
89 # NOTE: when adding new configs to the commit queue, please contact 93 # NOTE: when adding new configs to the commit queue, please contact
90 # chrome-eng-review per 94 # chrome-eng-review per
91 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build- infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue 95 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build- infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue
92 96
93 sign_cla {} 97 sign_cla {}
94 } 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