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

Side by Side Diff: testing/commit_queue/config.json

Issue 1031983005: Removed default value for project_bases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | 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 { 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": "chromium", 4 "committer_project": "chromium",
5 "cq_status_url": "https://chromium-cq-status.appspot.com", 5 "cq_status_url": "https://chromium-cq-status.appspot.com",
6 "git_repo_url": "https://chromium.googlesource.com/chromium/src", 6 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
7 "hide_ref_in_committed_msg": true, 7 "hide_ref_in_committed_msg": true,
8 "max_commit_burst": 2, 8 "max_commit_burst": 2,
9 "project_bases": [
10 ".*"
11 ],
12 "project_bases_legacy": [ 9 "project_bases_legacy": [
13 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 10 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
14 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$", 11 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
15 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$", 12 "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$",
16 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.* )$", 13 "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.* )$",
17 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", 14 "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
18 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$", 15 "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
19 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 16 "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
20 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$" 17 "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$"
21 ], 18 ],
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "defaulttests" 167 "defaulttests"
171 ], 168 ],
172 "win_chromium_x64_rel_ng": [ 169 "win_chromium_x64_rel_ng": [
173 "defaulttests" 170 "defaulttests"
174 ] 171 ]
175 } 172 }
176 } 173 }
177 } 174 }
178 } 175 }
179 } 176 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698