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

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

Issue 2809313002: cq: enable more LUCI try builders (Closed)
Patch Set: comment Created 3 years, 8 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 git_repo_url: "https://chromium.googlesource.com/chromium/src" 7 git_repo_url: "https://chromium.googlesource.com/chromium/src"
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 2 9 max_commit_burst: 2
10 10
(...skipping 16 matching lines...) Expand all
27 tree_status { 27 tree_status {
28 tree_status_url: "https://chromium-status.appspot.com" 28 tree_status_url: "https://chromium-status.appspot.com"
29 } 29 }
30 30
31 # NOTE: when adding new configs to the commit queue, please contact 31 # NOTE: when adding new configs to the commit queue, please contact
32 # chrome-eng-review per 32 # chrome-eng-review per
33 # 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 33 # 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
34 try_job { 34 try_job {
35 buckets { 35 buckets {
36 name: "luci.chromium.try" 36 name: "luci.chromium.try"
37 # Builders in this bucket are defined in
38 # https://chromium.googlesource.com/chromium/src/+/infra/config/cr-buildbu cket.cfg
37 builders { 39 builders {
38 name: "LUCI linux_chromium_rel_ng" 40 name: "LUCI linux_chromium_rel_ng"
39 experiment_percentage: 1 41 experiment_percentage: 5
42 }
43 builders {
44 name: "LUCI mac_chromium_rel_ng"
45 experiment_percentage: 5
46 }
47 builders {
48 name: "LUCI win_chromium_rel_ng"
49 experiment_percentage: 5
40 } 50 }
41 } 51 }
42 buckets { 52 buckets {
43 name: "master.tryserver.chromium.android" 53 name: "master.tryserver.chromium.android"
44 builders { name: "android_arm64_dbg_recipe" } 54 builders { name: "android_arm64_dbg_recipe" }
45 builders { name: "android_clang_dbg_recipe" } 55 builders { name: "android_clang_dbg_recipe" }
46 builders { name: "android_compile_dbg" } 56 builders { name: "android_compile_dbg" }
47 builders { name: "android_cronet" } 57 builders { name: "android_cronet" }
48 builders { name: "android_n5x_swarming_rel" } 58 builders { name: "android_n5x_swarming_rel" }
49 builders { name: "cast_shell_android" } 59 builders { name: "cast_shell_android" }
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 builders { name: "win_clang" } 107 builders { name: "win_clang" }
98 } 108 }
99 } 109 }
100 110
101 # NOTE: when adding new configs to the commit queue, please contact 111 # NOTE: when adding new configs to the commit queue, please contact
102 # chrome-eng-review per 112 # chrome-eng-review per
103 # 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 113 # 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
104 114
105 sign_cla {} 115 sign_cla {}
106 } 116 }
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