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

Side by Side Diff: config/cq.cfg

Issue 1993233004: Add experimental Swarming builders (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: OnSwarming Created 4 years, 7 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 50 }
51 builders { 51 builders {
52 name: "Infra Linux Precise 32 Tester" 52 name: "Infra Linux Precise 32 Tester"
53 } 53 }
54 builders { 54 builders {
55 name: "Infra Mac Tester" 55 name: "Infra Mac Tester"
56 } 56 }
57 builders { 57 builders {
58 name: "Infra Win Tester" 58 name: "Infra Win Tester"
59 } 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 }
60 } 81 }
61 } 82 }
62 sign_cla {} 83 sign_cla {}
63 } 84 }
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