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

Side by Side Diff: config/cq.cfg

Issue 2191813002: cq.cfg: use luci.infra.try bucket (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: exclude buildbucket changes Created 4 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: "infra" 5 cq_name: "infra"
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/infra/infra.git" 7 git_repo_url: "https://chromium.googlesource.com/infra/infra.git"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
(...skipping 23 matching lines...) Expand all
34 builders { 34 builders {
35 name: "infra_mac" 35 name: "infra_mac"
36 experiment_percentage: 100 36 experiment_percentage: 100
37 } 37 }
38 builders { 38 builders {
39 name: "infra_win" 39 name: "infra_win"
40 experiment_percentage: 100 40 experiment_percentage: 100
41 } 41 }
42 } 42 }
43 buckets { 43 buckets {
44 name: "master.tryserver.infra", 44 name: "luci.infra.try",
45 builders {name: "Infra Presubmit"} 45 builders {name: "Infra Presubmit"}
46 builders {name: "Infra Presubmit (Swarming)"}
47 builders {name: "Infra Linux Trusty 64 Tester"} 46 builders {name: "Infra Linux Trusty 64 Tester"}
48 builders {name: "Infra Linux Trusty 64 Tester (Swarming)"}
49 builders {name: "Infra Linux Precise 32 Tester"} 47 builders {name: "Infra Linux Precise 32 Tester"}
50 builders {name: "Infra Linux Precise 32 Tester (Swarming)"}
51 builders {name: "Infra Mac Tester"} 48 builders {name: "Infra Mac Tester"}
52 builders {name: "Infra Mac Tester (Swarming)"}
53 builders {name: "Infra Win Tester"} 49 builders {name: "Infra Win Tester"}
54 builders {name: "Infra Win Tester (Swarming)"}
55 } 50 }
56 } 51 }
57 sign_cla {} 52 sign_cla {}
58 } 53 }
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