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

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

Issue 1026553004: Reland "Now that the cq runs tests on rel, the compile-only bug should be dbg." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 | « 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": [ 9 "project_bases": [
10 ".*" 10 ".*"
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 "android_chromium_gn_compile_dbg": [ 105 "android_chromium_gn_compile_dbg": [
106 "defaulttests" 106 "defaulttests"
107 ], 107 ],
108 "android_chromium_gn_compile_rel": [ 108 "android_chromium_gn_compile_rel": [
109 "defaulttests" 109 "defaulttests"
110 ], 110 ],
111 "android_clang_dbg_recipe": [ 111 "android_clang_dbg_recipe": [
112 "defaulttests" 112 "defaulttests"
113 ], 113 ],
114 "android_compile_rel": [ 114 "android_compile_dbg": [
115 "defaulttests" 115 "defaulttests"
116 ], 116 ],
117 "chromium_presubmit": [ 117 "chromium_presubmit": [
118 "defaulttests" 118 "defaulttests"
119 ], 119 ],
120 "linux_android_rel_ng": [ 120 "linux_android_rel_ng": [
121 "defaulttests" 121 "defaulttests"
122 ], 122 ],
123 "linux_chromium_asan_rel": [ 123 "linux_chromium_asan_rel": [
124 "defaulttests" 124 "defaulttests"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "defaulttests" 176 "defaulttests"
177 ], 177 ],
178 "win_chromium_x64_rel_ng": [ 178 "win_chromium_x64_rel_ng": [
179 "defaulttests" 179 "defaulttests"
180 ] 180 ]
181 } 181 }
182 } 182 }
183 } 183 }
184 } 184 }
185 } 185 }
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