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

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

Issue 2996663002: Move internal downstream recipe roll trybots to production (Closed)
Patch Set: Created 3 years, 4 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: "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: "luci.infra.try" 17 name: "luci.infra.try"
18 builders { name: "Recipes-py Presubmit" } 18 builders { name: "Recipes-py Presubmit" }
19 } 19 }
20 buckets { 20 buckets {
21 name: "luci.infra.recipe_engine.try" 21 name: "luci.infra.recipe_engine.try"
22 builders { name: "depot_tools Roll Tester" } 22 builders { name: "depot_tools Roll Tester" }
23 builders { name: "build Roll Tester" } 23 builders { name: "build Roll Tester" }
24 builders { name: "infra Roll Tester" } 24 builders { name: "infra Roll Tester" }
25 builders { name: "skia Roll Tester" } 25 builders { name: "skia Roll Tester" }
26 builders { name: "skiabuildbot Roll Tester" } 26 builders { name: "skiabuildbot Roll Tester" }
27 } 27 }
28 buckets { 28 buckets {
29 name: "master.internal.infra.try" 29 name: "master.internal.infra.try"
30 builders { 30 builders { name: "build_limited Roll Tester (recipe_engine)" }
31 name: "build_limited Roll Tester (recipe_engine)" 31 builders { name: "release_scripts Roll Tester (recipe_engine)" }
32 experiment_percentage: 100
33 }
34 builders {
35 name: "release_scripts Roll Tester (recipe_engine)"
36 experiment_percentage: 100
37 }
38 } 32 }
39 } 33 }
40 } 34 }
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