OLD | NEW |
1 { | 1 { |
2 "commit_burst_delay": 60, | 2 "commit_burst_delay": 60, |
3 "commit_user": "commit-bot@chromium.org", | 3 "commit_user": "commit-bot@chromium.org", |
4 "cq_status_url": "https://chromium-cq-status.appspot.com", | 4 "cq_status_url": "https://chromium-cq-status.appspot.com", |
5 "git_repo_url": "https://chromium.googlesource.com/v8/v8", | 5 "git_repo_url": "https://chromium.googlesource.com/v8/v8", |
6 "hide_ref_in_committed_msg": true, | 6 "hide_ref_in_committed_msg": true, |
7 "max_commit_burst": 1, | 7 "max_commit_burst": 1, |
8 "remote_branch": "refs/pending/heads/master", | 8 "remote_branch": "refs/pending/heads/master", |
9 "rietveld_url": "https://codereview.chromium.org", | 9 "rietveld_url": "https://codereview.chromium.org", |
10 "rietveld_user": "commit-bot@chromium.org", | 10 "rietveld_auth": "oauth2", |
11 "skip_throttle_users": [ | 11 "skip_throttle_users": [ |
12 "commit-bot@chromium.org" | 12 "commit-bot@chromium.org" |
13 ], | 13 ], |
14 "verifiers_no_patch": { | 14 "verifiers_no_patch": { |
15 "experimental_try_job_verifier": {}, | 15 "experimental_try_job_verifier": {}, |
16 "reviewer_lgtm_verifier": { | 16 "reviewer_lgtm_verifier": { |
17 "committer_project": "v8" | 17 "committer_project": "v8" |
18 }, | 18 }, |
19 "tree_status_verifier": { | 19 "tree_status_verifier": { |
20 "tree_status_url": "https://v8-status.appspot.com" | 20 "tree_status_url": "https://v8-status.appspot.com" |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 "v8_win_rel": [ | 79 "v8_win_rel": [ |
80 "defaulttests" | 80 "defaulttests" |
81 ] | 81 ] |
82 } | 82 } |
83 }, | 83 }, |
84 "triggered": {} | 84 "triggered": {} |
85 } | 85 } |
86 }, | 86 }, |
87 "version": 1 | 87 "version": 1 |
88 } | 88 } |
OLD | NEW |