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

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

Issue 1034153003: Removed default value for project_bases (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added myself to OWNERS Created 5 years, 9 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 | « testing/commit_queue/OWNERS ('k') | 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": "v8", 4 "committer_project": "v8",
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/v8/v8", 6 "git_repo_url": "https://chromium.googlesource.com/v8/v8",
7 "hide_ref_in_committed_msg": true, 7 "hide_ref_in_committed_msg": true,
8 "max_commit_burst": 1, 8 "max_commit_burst": 1,
9 "project_bases": [
10 ".*"
11 ],
12 "project_bases_legacy_from_git_repo_url": true, 9 "project_bases_legacy_from_git_repo_url": true,
13 "remote_branch": "refs/pending/heads/master", 10 "remote_branch": "refs/pending/heads/master",
14 "rietveld_url": "https://codereview.chromium.org", 11 "rietveld_url": "https://codereview.chromium.org",
15 "rietveld_user": "commit-bot@chromium.org", 12 "rietveld_user": "commit-bot@chromium.org",
16 "skip_throttle_users": [ 13 "skip_throttle_users": [
17 "commit-bot@chromium.org" 14 "commit-bot@chromium.org"
18 ], 15 ],
19 "tree_status_url": "https://v8-status.appspot.com", 16 "tree_status_url": "https://v8-status.appspot.com",
20 "verifiers_no_patch": { 17 "verifiers_no_patch": {
21 "experimental_try_job_verifier": {}, 18 "experimental_try_job_verifier": {},
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 ], 65 ],
69 "v8_win_rel": [ 66 "v8_win_rel": [
70 "defaulttests" 67 "defaulttests"
71 ] 68 ]
72 } 69 }
73 }, 70 },
74 "triggered": {} 71 "triggered": {}
75 } 72 }
76 } 73 }
77 } 74 }
OLDNEW
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698