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

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

Issue 2087363002: cq.cfg: make swarming builders non-experimental (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 6 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: "luci-go" 5 cq_name: "luci-go"
6 git_repo_url: "https://github.com/luci/luci-go.git" 6 git_repo_url: "https://github.com/luci/luci-go.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: "Luci-go Presubmit" } 18 builders { name: "Luci-go Presubmit" }
19 builders { name: "Luci-go Presubmit (Swarming)" }
19 builders { name: "Luci-go Linux Trusty 64 Tester" } 20 builders { name: "Luci-go Linux Trusty 64 Tester" }
21 builders { name: "Luci-go Linux Trusty 64 Tester (Swarming)" }
20 builders { name: "Luci-go Linux Precise 32 Tester" } 22 builders { name: "Luci-go Linux Precise 32 Tester" }
23 builders { name: "Luci-go Linux Precise 32 Tester (Swarming)" }
21 builders { name: "Luci-go Mac Tester" } 24 builders { name: "Luci-go Mac Tester" }
25 builders { name: "Luci-go Mac Tester (Swarming)" }
22 builders { name: "Luci-go Win Tester" } 26 builders { name: "Luci-go Win Tester" }
23 27 builders { name: "Luci-go Win Tester (Swarming)" }
24 builders {
25 name: "Luci-go Presubmit (Swarming)"
26 experiment_percentage: 100
27 }
28 builders {
29 name: "Luci-go Linux Trusty 64 Tester (Swarming)"
30 experiment_percentage: 100
31 }
32 builders {
33 name: "Luci-go Linux Precise 32 Tester (Swarming)"
34 experiment_percentage: 100
35 }
36 builders {
37 name: "Luci-go Mac Tester (Swarming)"
38 experiment_percentage: 100
39 }
40 builders {
41 name: "Luci-go Win Tester (Swarming)"
42 experiment_percentage: 100
43 }
44 } 28 }
45 } 29 }
46 } 30 }
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