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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "defaulttests" | 46 "defaulttests" |
47 ], | 47 ], |
48 "cast_shell_apk": [ | 48 "cast_shell_apk": [ |
49 "defaulttests" | 49 "defaulttests" |
50 ], | 50 ], |
51 "linux_arm_compile": [ | 51 "linux_arm_compile": [ |
52 "defaulttests" | 52 "defaulttests" |
53 ], | 53 ], |
54 "linux_chromium_asan_rel_ng": [ | 54 "linux_chromium_asan_rel_ng": [ |
55 "defaulttests" | 55 "defaulttests" |
56 ], | |
57 "linux_chromium_chromeos_ozone_rel_ng": [ | |
58 "defaulttests" | |
59 ] | 56 ] |
60 }, | 57 }, |
61 "tryserver.chromium.mac": { | 58 "tryserver.chromium.mac": { |
62 "mac_chromium_gn_rel": [ | 59 "mac_chromium_gn_rel": [ |
63 "defaulttests" | 60 "defaulttests" |
64 ] | 61 ] |
65 }, | 62 }, |
66 "tryserver.chromium.win": { | 63 "tryserver.chromium.win": { |
67 "win8_chromium_gn_rel": [ | 64 "win8_chromium_gn_rel": [ |
68 "defaulttests" | 65 "defaulttests" |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 ], | 122 ], |
126 "linux_android_rel_ng": [ | 123 "linux_android_rel_ng": [ |
127 "defaulttests" | 124 "defaulttests" |
128 ], | 125 ], |
129 "linux_chromium_asan_rel": [ | 126 "linux_chromium_asan_rel": [ |
130 "defaulttests" | 127 "defaulttests" |
131 ], | 128 ], |
132 "linux_chromium_chromeos_compile_dbg_ng": [ | 129 "linux_chromium_chromeos_compile_dbg_ng": [ |
133 "defaulttests" | 130 "defaulttests" |
134 ], | 131 ], |
| 132 "linux_chromium_chromeos_ozone_rel_ng": [ |
| 133 "defaulttests" |
| 134 ], |
135 "linux_chromium_chromeos_rel_ng": [ | 135 "linux_chromium_chromeos_rel_ng": [ |
136 "defaulttests" | 136 "defaulttests" |
137 ], | 137 ], |
138 "linux_chromium_clobber_rel_ng": [ | 138 "linux_chromium_clobber_rel_ng": [ |
139 "defaulttests" | 139 "defaulttests" |
140 ], | 140 ], |
141 "linux_chromium_compile_dbg_32_ng": [ | 141 "linux_chromium_compile_dbg_32_ng": [ |
142 "compile" | 142 "compile" |
143 ], | 143 ], |
144 "linux_chromium_gn_chromeos_rel": [ | 144 "linux_chromium_gn_chromeos_rel": [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 "defaulttests" | 179 "defaulttests" |
180 ], | 180 ], |
181 "win_chromium_x64_rel_ng": [ | 181 "win_chromium_x64_rel_ng": [ |
182 "defaulttests" | 182 "defaulttests" |
183 ] | 183 ] |
184 } | 184 } |
185 } | 185 } |
186 } | 186 } |
187 } | 187 } |
188 } | 188 } |
OLD | NEW |