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

Side by Side Diff: config/cq.cfg

Issue 1776043002: infra: add buildbucket-swarming trybots as 100% experiment (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 9 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 7
8 rietveld { 8 rietveld {
9 url: "https://codereview.chromium.org" 9 url: "https://codereview.chromium.org"
10 } 10 }
11 11
12 verifiers { 12 verifiers {
13 reviewer_lgtm { 13 reviewer_lgtm {
14 committer_list: "project-infra-committers" 14 committer_list: "project-infra-committers"
15 } 15 }
16 tree_status { 16 tree_status {
17 tree_status_url: "https://infra-status.appspot.com" 17 tree_status_url: "https://infra-status.appspot.com"
18 } 18 }
19 try_job { 19 try_job {
20 buckets { 20 buckets {
21 name: "chromium.buildbucket.swarming"
22 builders {
23 name: "infra_presubmit"
24 experiment_percentage: 100
25 }
26 builders {
27 name: "infra_linux64"
28 experiment_percentage: 100
29 }
30 builders {
31 name: "infra_mac"
32 experiment_percentage: 100
33 }
34 builders {
35 name: "infra_win"
36 experiment_percentage: 100
37 }
38 }
39 buckets {
21 name: "tryserver.infra", 40 name: "tryserver.infra",
22 builders { 41 builders {
23 name: "Infra Presubmit" 42 name: "Infra Presubmit"
24 } 43 }
25 builders { 44 builders {
26 name: "Infra Linux Trusty 64 Tester" 45 name: "Infra Linux Trusty 64 Tester"
27 } 46 }
28 builders { 47 builders {
29 name: "Infra Linux Precise 32 Tester" 48 name: "Infra Linux Precise 32 Tester"
30 } 49 }
31 builders { 50 builders {
32 name: "Infra Mac Tester" 51 name: "Infra Mac Tester"
33 } 52 }
34 builders { 53 builders {
35 name: "Infra Win Tester" 54 name: "Infra Win Tester"
36 } 55 }
37 } 56 }
38 } 57 }
39 sign_cla {} 58 sign_cla {}
40 } 59 }
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