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 "committer_project": "v8", | |
5 "cq_status_url": "https://chromium-cq-status.appspot.com", | 4 "cq_status_url": "https://chromium-cq-status.appspot.com", |
6 "git_repo_url": "https://chromium.googlesource.com/v8/v8", | 5 "git_repo_url": "https://chromium.googlesource.com/v8/v8", |
7 "hide_ref_in_committed_msg": true, | 6 "hide_ref_in_committed_msg": true, |
8 "max_commit_burst": 1, | 7 "max_commit_burst": 1, |
9 "project_bases": [ | 8 "project_bases": [ |
10 ".*" | 9 ".*" |
11 ], | 10 ], |
12 "project_bases_legacy_from_git_repo_url": true, | 11 "project_bases_legacy_from_git_repo_url": true, |
13 "remote_branch": "refs/pending/heads/master", | 12 "remote_branch": "refs/pending/heads/master", |
14 "rietveld_url": "https://codereview.chromium.org", | 13 "rietveld_url": "https://codereview.chromium.org", |
15 "rietveld_user": "commit-bot@chromium.org", | 14 "rietveld_user": "commit-bot@chromium.org", |
16 "skip_throttle_users": [ | 15 "skip_throttle_users": [ |
17 "commit-bot@chromium.org" | 16 "commit-bot@chromium.org" |
18 ], | 17 ], |
19 "tree_status_url": "https://v8-status.appspot.com", | |
20 "verifiers_no_patch": { | 18 "verifiers_no_patch": { |
21 "experimental_try_job_verifier": {}, | 19 "experimental_try_job_verifier": {}, |
22 "reviewer_lgtm_verifier": {}, | 20 "reviewer_lgtm_verifier": { |
23 "tree_status_verifier": {}, | 21 "committer_project": "v8" |
| 22 }, |
| 23 "tree_status_verifier": { |
| 24 "tree_status_url": "https://v8-status.appspot.com" |
| 25 }, |
24 "try_job_verifier": { | 26 "try_job_verifier": { |
25 "launched": { | 27 "launched": { |
26 "tryserver.v8": { | 28 "tryserver.v8": { |
27 "v8_android_arm_compile_rel": [ | 29 "v8_android_arm_compile_rel": [ |
28 "defaulttests" | 30 "defaulttests" |
29 ], | 31 ], |
30 "v8_linux64_asan_rel": [ | 32 "v8_linux64_asan_rel": [ |
31 "defaulttests" | 33 "defaulttests" |
32 ], | 34 ], |
33 "v8_linux64_rel": [ | 35 "v8_linux64_rel": [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 ], | 70 ], |
69 "v8_win_rel": [ | 71 "v8_win_rel": [ |
70 "defaulttests" | 72 "defaulttests" |
71 ] | 73 ] |
72 } | 74 } |
73 }, | 75 }, |
74 "triggered": {} | 76 "triggered": {} |
75 } | 77 } |
76 } | 78 } |
77 } | 79 } |
OLD | NEW |