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

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

Issue 1026803002: Remove AOSP bot from CQ (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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "tryserver.chromium.linux": {} 98 "tryserver.chromium.linux": {}
99 } 99 }
100 } 100 }
101 } 101 }
102 }, 102 },
103 "reviewer_lgtm_verifier": {}, 103 "reviewer_lgtm_verifier": {},
104 "tree_status_verifier": {}, 104 "tree_status_verifier": {},
105 "try_job_verifier": { 105 "try_job_verifier": {
106 "launched": { 106 "launched": {
107 "tryserver.chromium.linux": { 107 "tryserver.chromium.linux": {
108 "android_aosp": [
109 "compile"
110 ],
111 "android_arm64_dbg_recipe": [ 108 "android_arm64_dbg_recipe": [
112 "defaulttests" 109 "defaulttests"
113 ], 110 ],
114 "android_chromium_gn_compile_dbg": [ 111 "android_chromium_gn_compile_dbg": [
115 "defaulttests" 112 "defaulttests"
116 ], 113 ],
117 "android_chromium_gn_compile_rel": [ 114 "android_chromium_gn_compile_rel": [
118 "defaulttests" 115 "defaulttests"
119 ], 116 ],
120 "android_clang_dbg_recipe": [ 117 "android_clang_dbg_recipe": [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "defaulttests" 179 "defaulttests"
183 ], 180 ],
184 "win_chromium_x64_rel_ng": [ 181 "win_chromium_x64_rel_ng": [
185 "defaulttests" 182 "defaulttests"
186 ] 183 ]
187 } 184 }
188 } 185 }
189 } 186 }
190 } 187 }
191 } 188 }
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