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

Side by Side Diff: config/cq.cfg

Issue 2155343002: cq.cfg: make swarmbucket builders non-experimental (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
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
« 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 24 matching lines...) Expand all
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: "master.tryserver.infra",
45 builders { 45 builders {name: "Infra Presubmit"}
46 name: "Infra Presubmit" 46 builders {name: "Infra Presubmit (Swarming)"}
47 } 47 builders {name: "Infra Linux Trusty 64 Tester"}
48 builders { 48 builders {name: "Infra Linux Trusty 64 Tester (Swarming)"}
49 name: "Infra Linux Trusty 64 Tester" 49 builders {name: "Infra Linux Precise 32 Tester"}
50 } 50 builders {name: "Infra Linux Precise 32 Tester (Swarming)"}
51 builders { 51 builders {name: "Infra Mac Tester"}
52 name: "Infra Linux Precise 32 Tester" 52 builders {name: "Infra Mac Tester (Swarming)"}
53 } 53 builders {name: "Infra Win Tester"}
54 builders { 54 builders {name: "Infra Win Tester (Swarming)"}
55 name: "Infra Mac Tester"
56 }
57 builders {
58 name: "Infra Win Tester"
59 }
60
61 builders {
62 name: "Infra Presubmit (Swarming)"
63 experiment_percentage: 100
64 }
65 builders {
66 name: "Infra Linux Trusty 64 Tester (Swarming)"
67 experiment_percentage: 100
68 }
69 builders {
70 name: "Infra Linux Precise 32 Tester (Swarming)"
71 experiment_percentage: 100
72 }
73 builders {
74 name: "Infra Mac Tester (Swarming)"
75 experiment_percentage: 100
76 }
77 builders {
78 name: "Infra Win Tester (Swarming)"
79 experiment_percentage: 100
80 }
81 } 55 }
82 } 56 }
83 sign_cla {} 57 sign_cla {}
84 } 58 }
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