OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |