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

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

Issue 1078703002: [cq] Add win nosnap shared trybot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.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 | « PRESUBMIT.py ('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 "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, 8 "project_bases_legacy_from_git_repo_url": true,
9 "remote_branch": "refs/pending/heads/master", 9 "remote_branch": "refs/pending/heads/master",
10 "rietveld_url": "https://codereview.chromium.org", 10 "rietveld_url": "https://codereview.chromium.org",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 ], 58 ],
59 "v8_presubmit": [ 59 "v8_presubmit": [
60 "defaulttests" 60 "defaulttests"
61 ], 61 ],
62 "v8_win64_rel": [ 62 "v8_win64_rel": [
63 "defaulttests" 63 "defaulttests"
64 ], 64 ],
65 "v8_win_compile_dbg": [ 65 "v8_win_compile_dbg": [
66 "defaulttests" 66 "defaulttests"
67 ], 67 ],
68 "v8_win_nosnap_shared_compile_rel": [
69 "defaulttests"
70 ],
68 "v8_win_rel": [ 71 "v8_win_rel": [
69 "defaulttests" 72 "defaulttests"
70 ] 73 ]
71 } 74 }
72 }, 75 },
73 "triggered": {} 76 "triggered": {}
74 } 77 }
75 }, 78 },
76 "version": 1 79 "version": 1
77 } 80 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698