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

Side by Side Diff: third_party/cq_client/test/cq_example.cfg

Issue 1309393004: Updated cq_client (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Added cq.pb.go Created 5 years, 3 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 | « third_party/cq_client/cq_pb2.py ('k') | 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 version: 1 1 version: 1
2 cq_name: "infra" 2 cq_name: "infra"
3 cq_status_url: "https://chromium-cq-status.appspot.com" 3 cq_status_url: "https://chromium-cq-status.appspot.com"
4 hide_ref_in_committed_msg: true 4 hide_ref_in_committed_msg: true
5 commit_burst_delay: 600 5 commit_burst_delay: 600
6 max_commit_burst: 10 6 max_commit_burst: 10
7 in_production: false 7 in_production: false
8 git_repo_url: "http://github.com/infra/infra.git" 8 git_repo_url: "http://github.com/infra/infra.git"
9 target_ref: "refs/pending/heads/master" 9 target_ref: "refs/pending/heads/master"
10 10
11 rietveld { 11 rietveld {
12 url: "https://codereview.chromium.org" 12 url: "https://codereview.chromium.org"
13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master" 13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master"
14 } 14 }
15 15
16 verifiers { 16 verifiers {
17 reviewer_lgtm: { 17 reviewer_lgtm: {
18 committer_list: "chromium" 18 committer_list: "project-chromium-committers"
19 max_wait_secs: 600 19 max_wait_secs: 600
20 no_lgtm_msg: "LGTM is missing" 20 no_lgtm_msg: "LGTM is missing"
21 } 21 }
22 22
23 tree_status: { 23 tree_status: {
24 tree_status_url: "https://infra-status.appspot.com" 24 tree_status_url: "https://infra-status.appspot.com"
25 } 25 }
26 26
27 try_job { 27 try_job {
28 buckets { 28 buckets {
29 name: "tryserver.blink" 29 name: "tryserver.blink"
30 builders { name: "android_blink_compile_dbg" } 30 builders { name: "android_blink_compile_dbg" }
31 builders { name: "android_blink_compile_rel" } 31 builders { name: "android_blink_compile_rel" }
32 builders { 32 builders {
33 name: "win_blink_rel" 33 name: "win_blink_rel"
34 triggered: true 34 triggered: true
35 } 35 }
36 } 36 }
37 buckets { 37 buckets {
38 name: "tryserver.chromium.linux" 38 name: "tryserver.chromium.linux"
39 builders { 39 builders {
40 name: "android_arm64_dbg_recipe" 40 name: "android_arm64_dbg_recipe"
41 } 41 }
42 builders { 42 builders {
43 name: "linux_chromium_rel_ng" 43 name: "linux_chromium_rel_ng"
44 experiment_percentage: 0.1 44 experiment_percentage: 10
45 } 45 }
46 } 46 }
47 buckets { 47 buckets {
48 name: "tryserver.chromium.mac" 48 name: "tryserver.chromium.mac"
49 builders { 49 builders {
50 name: "ios_dbg_simulator_ninja" 50 name: "ios_dbg_simulator_ninja"
51 experiment_percentage: 1.0 51 experiment_percentage: 100
52 } 52 }
53 } 53 }
54 } 54 }
55 } 55 }
OLDNEW
« no previous file with comments | « third_party/cq_client/cq_pb2.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698