OLD | NEW |
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: "recipe_engine" | 5 cq_name: "recipe_engine" |
6 git_repo_url: "https://github.com/luci/recipes-py.git" | 6 git_repo_url: "https://github.com/luci/recipes-py.git" |
7 cq_status_url: "https://chromium-cq-status.appspot.com" | 7 cq_status_url: "https://chromium-cq-status.appspot.com" |
8 rietveld { | 8 rietveld { |
9 url: "https://codereview.chromium.org" | 9 url: "https://codereview.chromium.org" |
10 } | 10 } |
11 verifiers { | 11 verifiers { |
12 reviewer_lgtm { | 12 reviewer_lgtm { |
13 committer_list: "project-infra-committers" | 13 committer_list: "project-infra-committers" |
14 } | 14 } |
15 try_job { | 15 try_job { |
16 buckets { | 16 buckets { |
17 name: "master.tryserver.infra" | 17 name: "master.tryserver.infra" |
18 builders { name: "Recipes-py Presubmit" } | 18 builders { name: "Recipes-py Presubmit" } |
19 builders { | 19 builders { |
20 name: "Recipes-py Presubmit (Swarming)" | 20 name: "Recipes-py Presubmit (Swarming)" |
21 experiment_percentage: 100 | 21 experiment_percentage: 100 |
22 } | 22 } |
23 builders { name: "Recipe Roll Downstream Tester" } | 23 builders { name: "Recipe Roll Downstream Tester" } |
24 builders { | 24 builders { |
25 name: "Recipe Roll Downstream Tester (Swarming)" | 25 name: "Recipe Roll Downstream Tester (Swarming)" |
26 experiment_percentage: 100 | 26 experiment_percentage: 100 |
27 } | 27 } |
28 } | 28 } |
| 29 buckets { |
| 30 name: "master.internal.infra.try" |
| 31 builders { name: "build-internal-recipe-downstream-tryjob" } |
| 32 } |
29 } | 33 } |
30 } | 34 } |
OLD | NEW |