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

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

Issue 1412393002: Update CQ client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years, 2 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.pb.go ('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
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 experiment_percentage: 10 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: 100 51 experiment_percentage: 100
52 } 52 }
53 } 53 }
54 try_job_retry_config {
55 try_job_retry_quota: 10
56 global_retry_quota: 11
57 failure_retry_weight: 12
58 transient_failure_retry_weight: 13
59 }
54 } 60 }
55 } 61 }
OLDNEW
« no previous file with comments | « third_party/cq_client/cq.pb.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698