| 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 "project_bases_legacy_from_git_repo_url": true, | |
| 9 "remote_branch": "refs/pending/heads/master", | 8 "remote_branch": "refs/pending/heads/master", |
| 10 "rietveld_url": "https://codereview.chromium.org", | 9 "rietveld_url": "https://codereview.chromium.org", |
| 11 "rietveld_user": "commit-bot@chromium.org", | 10 "rietveld_user": "commit-bot@chromium.org", |
| 12 "skip_throttle_users": [ | 11 "skip_throttle_users": [ |
| 13 "commit-bot@chromium.org" | 12 "commit-bot@chromium.org" |
| 14 ], | 13 ], |
| 15 "verifiers_no_patch": { | 14 "verifiers_no_patch": { |
| 16 "experimental_try_job_verifier": {}, | 15 "experimental_try_job_verifier": {}, |
| 17 "reviewer_lgtm_verifier": { | 16 "reviewer_lgtm_verifier": { |
| 18 "committer_project": "v8" | 17 "committer_project": "v8" |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "v8_win_rel": [ | 79 "v8_win_rel": [ |
| 81 "defaulttests" | 80 "defaulttests" |
| 82 ] | 81 ] |
| 83 } | 82 } |
| 84 }, | 83 }, |
| 85 "triggered": {} | 84 "triggered": {} |
| 86 } | 85 } |
| 87 }, | 86 }, |
| 88 "version": 1 | 87 "version": 1 |
| 89 } | 88 } |
| OLD | NEW |