| 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/chromium/src", | 5 "git_repo_url": "https://chromium.googlesource.com/chromium/src", |
| 6 "hide_ref_in_committed_msg": true, | 6 "hide_ref_in_committed_msg": true, |
| 7 "max_commit_burst": 2, | 7 "max_commit_burst": 2, |
| 8 "project_bases_legacy": [ | |
| 9 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", | |
| 10 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$", | |
| 11 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$", | |
| 12 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.*
)$", | |
| 13 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", | |
| 14 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", | |
| 15 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", | |
| 16 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$" | |
| 17 ], | |
| 18 "project_bases_legacy_from_git_repo_url": true, | |
| 19 "remote_branch": "refs/pending/heads/master", | 8 "remote_branch": "refs/pending/heads/master", |
| 20 "rietveld_url": "https://codereview.chromium.org", | 9 "rietveld_url": "https://codereview.chromium.org", |
| 21 "rietveld_user": "commit-bot@chromium.org", | 10 "rietveld_user": "commit-bot@chromium.org", |
| 22 "skip_throttle_users": [ | 11 "skip_throttle_users": [ |
| 23 "commit-bot@chromium.org" | 12 "commit-bot@chromium.org" |
| 24 ], | 13 ], |
| 25 "use_buildbucket_for_tryjobs": true, | 14 "use_buildbucket_for_tryjobs": true, |
| 26 "verifiers_no_patch": { | 15 "verifiers_no_patch": { |
| 27 "experimental_try_job_verifier": { | 16 "experimental_try_job_verifier": { |
| 28 "10 percent experiment": { | 17 "10 percent experiment": { |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 ], | 165 ], |
| 177 "win_chromium_x64_rel_ng": [ | 166 "win_chromium_x64_rel_ng": [ |
| 178 "defaulttests" | 167 "defaulttests" |
| 179 ] | 168 ] |
| 180 } | 169 } |
| 181 } | 170 } |
| 182 } | 171 } |
| 183 }, | 172 }, |
| 184 "version": 1 | 173 "version": 1 |
| 185 } | 174 } |
| OLD | NEW |