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

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

Issue 2166653002: cq.cfg: add swarming builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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 | Annotate | Revision Log
« 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 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "build" 5 cq_name: "build"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 7
8 rietveld { 8 rietveld {
9 url: "https://codereview.chromium.org" 9 url: "https://codereview.chromium.org"
10 } 10 }
11 11
12 verifiers { 12 verifiers {
13 reviewer_lgtm { 13 reviewer_lgtm {
14 committer_list: "project-infra-committers" 14 committer_list: "project-infra-committers"
15 } 15 }
16 16
17 try_job { 17 try_job {
18 buckets { 18 buckets {
19 name: "master.tryserver.infra" 19 name: "master.tryserver.infra"
20 builders {name: "Build Presubmit"} 20 builders {name: "Build Presubmit"}
21 builders {name: "Build Presubmit (Swarming)"}
21 builders { 22 builders {
22 name: "Recipe Roll Downstream Tester" 23 name: "Recipe Roll Downstream Tester"
23 experiment_percentage: 100 24 experiment_percentage: 100
24 } 25 }
26 builders {
27 name: "Recipe Roll Downstream Tester (Swarming)"
28 experiment_percentage: 100
29 }
25 } 30 }
26 buckets { 31 buckets {
27 name: "master.internal.infra.try" 32 name: "master.internal.infra.try"
28 builders { 33 builders {
29 name: "build-internal-recipe-downstream-tryjob" 34 name: "build-internal-recipe-downstream-tryjob"
30 experiment_percentage: 100 35 experiment_percentage: 100
31 } 36 }
32 } 37 }
33 buckets { 38 buckets {
34 name: "master.chromium.buildbucket.swarming" 39 name: "master.chromium.buildbucket.swarming"
35 builders { 40 builders {
36 name: "build_presubmit" 41 name: "build_presubmit"
37 experiment_percentage: 100 42 experiment_percentage: 100
38 } 43 }
39 } 44 }
40 try_job_retry_config { 45 try_job_retry_config {
41 try_job_retry_quota: 3 46 try_job_retry_quota: 3
42 global_retry_quota: 3 47 global_retry_quota: 3
43 } 48 }
44 } 49 }
45 } 50 }
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