Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
ojan
2014/07/22 02:01:25
Can we put these three files into a copypaste subd
| |
| 2 "comment": ["This is a configuration file for gatekeeper_ng.py", | |
| 3 "Look at that for documentation on this file's format."], | |
| 4 | |
| 5 "masters": { | |
| 6 "https://build.chromium.org/p/chromium": [ | |
| 7 { | |
| 8 "categories": [ | |
| 9 "chromium_archive_build", | |
| 10 "chromium_checkdeps", | |
| 11 "chromium_checkdeps2git", | |
| 12 "chromium_compile", | |
| 13 "chromium_sizes", | |
| 14 "chromium_tree_closer", | |
| 15 "gclient" | |
| 16 ], | |
| 17 | |
| 18 "builders": { | |
| 19 "Win": { | |
| 20 "categories": [ | |
| 21 "chromium_crash_handler", | |
| 22 "chromium_windows" | |
| 23 ] | |
| 24 }, | |
| 25 "*": {} | |
| 26 } | |
| 27 } | |
| 28 ], | |
| 29 "https://build.chromium.org/p/chromium.chrome": [ | |
| 30 { | |
| 31 "categories": [ | |
| 32 "chromium_tree_closer", | |
| 33 "chromium_recipes" | |
| 34 ], | |
| 35 "builders": { | |
| 36 "*": {} | |
| 37 } | |
| 38 } | |
| 39 ], | |
| 40 "https://build.chromium.org/p/chromium.chromiumos": [ | |
| 41 { | |
| 42 "categories": [ | |
| 43 "chromium_tree_closer", | |
| 44 "chromium_recipes" | |
| 45 ], | |
| 46 "builders": { | |
| 47 "*": {} | |
| 48 }, | |
| 49 "excluded_builders" : [ | |
| 50 "Linux ChromiumOS Ozone Builder", | |
| 51 "Linux ChromiumOS Ozone Tests (1)", | |
| 52 "Linux ChromiumOS Ozone Tests (2)" | |
| 53 ] | |
| 54 } | |
| 55 ], | |
| 56 "https://build.chromium.org/p/chromium.gatekeeper": [ | |
| 57 { | |
| 58 "tree_notify": [ | |
| 59 "chromium-build-heartbeat@chromium-gatekeeper-sentry.appspotmail.com" | |
| 60 ], | |
| 61 | |
| 62 "builders": { | |
| 63 "Chromium Gatekeeper Failure": { | |
| 64 "forgiving_steps": [ | |
| 65 "*" | |
| 66 ] | |
| 67 } | |
| 68 } | |
| 69 } | |
| 70 ], | |
| 71 "https://build.chromium.org/p/chromium.gpu": [ | |
| 72 { | |
| 73 "tree_notify": ["chrome-gpu-build-failures@google.com"], | |
| 74 "sheriff_classes": ["sheriff", "sheriff_gpu"], | |
| 75 "categories": [ | |
| 76 "chromium_tree_closer" | |
| 77 ], | |
| 78 "builders": { | |
| 79 "*": { | |
| 80 "closing_optional": [ | |
| 81 "angle_unittests", | |
| 82 "compile", | |
| 83 "content_gl_tests", | |
| 84 "context_lost_tests", | |
| 85 "find isolated tests", | |
| 86 "gclient runhooks", | |
| 87 "gl_tests", | |
| 88 "gles2_conform_test", | |
| 89 "gpu_process_launch_tests", | |
| 90 "gpu_rasterization_tests", | |
| 91 "hardware_accelerated_feature_tests", | |
| 92 "maps_pixel_test", | |
| 93 "memory_test", | |
| 94 "pixel_test", | |
| 95 "screenshot_sync_tests", | |
| 96 "tab_capture_end2end_tests", | |
| 97 "webgl_conformance_tests" | |
| 98 ] | |
| 99 } | |
| 100 }, | |
| 101 "comment": [ | |
| 102 "Keep excluded builders in sync with the gpu closers list in", | |
| 103 "masters/master.chromium/templates/announce.html." | |
| 104 ], | |
| 105 "excluded_builders" : [ | |
| 106 "Android Debug (Nexus 7)", | |
| 107 "GPU Linux Builder (dbg)", | |
| 108 "GPU Mac Builder (dbg)", | |
| 109 "GPU Win Builder (dbg)", | |
| 110 "Linux Debug (NVIDIA)", | |
| 111 "Mac 10.8 Debug (Intel)", | |
| 112 "Mac Debug (Intel)", | |
| 113 "Mac Retina Debug", | |
| 114 "Win7 Debug (NVIDIA)", | |
| 115 "Win8 Debug (NVIDIA)" | |
| 116 ] | |
| 117 } | |
| 118 ], | |
| 119 "https://build.chromium.org/p/chromium.linux": [ | |
| 120 { | |
| 121 "categories": [ | |
| 122 "chromium_tree_closer", | |
| 123 "chromium_recipes" | |
| 124 ], | |
| 125 "builders": { | |
| 126 "Android Builder (dbg)": { | |
| 127 "sheriff_classes": ["sheriff_android"] | |
| 128 }, | |
| 129 "Android Tests (dbg)": { | |
| 130 "sheriff_classes": ["sheriff_android"] | |
| 131 }, | |
| 132 "Android Builder": { | |
| 133 "sheriff_classes": ["sheriff_android"] | |
| 134 }, | |
| 135 "Android Tests": { | |
| 136 "sheriff_classes": ["sheriff_android"] | |
| 137 }, | |
| 138 "Android Clang Builder (dbg)": { | |
| 139 "sheriff_classes": ["sheriff_android"] | |
| 140 }, | |
| 141 "Android Webview AOSP Builder": { | |
| 142 "sheriff_classes": ["sheriff_android"] | |
| 143 }, | |
| 144 "Android GN": { | |
| 145 "sheriff_classes": ["sheriff_android"] | |
| 146 }, | |
| 147 "*": {} | |
| 148 } | |
| 149 } | |
| 150 ], | |
| 151 "https://build.chromium.org/p/chromium.lkgr": [ | |
| 152 { | |
| 153 "tree_notify": [ | |
| 154 "jschuh@chromium.org", | |
| 155 "scottmg@chromium.org", | |
| 156 "wfh@chromium.org" | |
| 157 ], | |
| 158 | |
| 159 "builders": { | |
| 160 "Win x64": { | |
| 161 "categories": [ | |
| 162 "chromium_archive_build", | |
| 163 "chromium_compile", | |
| 164 "chromium_windows", | |
| 165 "gclient" | |
| 166 ] | |
| 167 } | |
| 168 } | |
| 169 } | |
| 170 ], | |
| 171 "https://build.chromium.org/p/chromium.mac": [ | |
| 172 { | |
| 173 "categories": [ | |
| 174 "chromium_tree_closer", | |
| 175 "chromium_recipes" | |
| 176 ], | |
| 177 "builders": { | |
| 178 "iOS Device": { | |
| 179 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] | |
| 180 }, | |
| 181 "iOS Simulator (dbg)": { | |
| 182 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"], | |
| 183 "closing_optional": [] | |
| 184 }, | |
| 185 "iOS Device (ninja)": { | |
| 186 "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"] | |
| 187 }, | |
| 188 "*": {} | |
| 189 } | |
| 190 } | |
| 191 ], | |
| 192 "https://build.chromium.org/p/chromium.memory": [ | |
| 193 { | |
| 194 "categories": [ | |
| 195 "chromium_tree_closer", | |
| 196 "gclient" | |
| 197 ], | |
| 198 "builders": { | |
| 199 "Linux Chromium OS ASan LSan Builder": { | |
| 200 "categories": [ | |
| 201 "chromium_compile" | |
| 202 ] | |
| 203 }, | |
| 204 "Linux ASan LSan Builder": { | |
| 205 "categories": [ | |
| 206 "chromium_compile" | |
| 207 ] | |
| 208 }, | |
| 209 "Mac ASan Builder": { | |
| 210 "categories": [ | |
| 211 "chromium_compile" | |
| 212 ] | |
| 213 }, | |
| 214 "Mac ASan Builder": { | |
| 215 "categories": [ | |
| 216 "chromium_compile" | |
| 217 ] | |
| 218 }, | |
| 219 "*": { | |
| 220 "categories": [ | |
| 221 "chromium_asan_tests" | |
| 222 ] | |
| 223 } | |
| 224 } | |
| 225 } | |
| 226 ], | |
| 227 "https://build.chromium.org/p/chromium.perf": [ | |
| 228 { | |
| 229 "tree_notify": [ | |
| 230 "stip@chromium.org", | |
| 231 "tonyg@chromium.org" | |
| 232 ], | |
| 233 | |
| 234 "sheriff_classes": ["sheriff_perf"], | |
| 235 | |
| 236 "forgive_all": "true", | |
| 237 | |
| 238 "subject_template": "%(project_name)s %(builder_name)s %(result)s", | |
| 239 | |
| 240 "categories": [ | |
| 241 "chromium_perf_steps", | |
| 242 "gclient" | |
| 243 ], | |
| 244 | |
| 245 "builders": { | |
| 246 "*": {} | |
| 247 } | |
| 248 } | |
| 249 ], | |
| 250 "https://build.chromium.org/p/chromium.webkit": [ | |
| 251 { | |
| 252 "tree_notify": [ | |
| 253 "eseidel@chromium.org", | |
| 254 "stip@chromium.org" | |
| 255 ], | |
| 256 | |
| 257 "sheriff_classes": ["sheriff_webkit"], | |
| 258 | |
| 259 "forgive_all": "true", | |
| 260 | |
| 261 "subject_template": "%(project_name)s %(builder_name)s %(result)s", | |
| 262 | |
| 263 "comment": ["Would be nice to use a regexp here: /Oilpan/i, etc."], | |
| 264 "excluded_builders" : [ | |
| 265 "WebKit Linux (deps)", | |
| 266 "WebKit Linux Oilpan (dbg)", | |
| 267 "WebKit Linux Oilpan", | |
| 268 "WebKit Linux Oilpan Leak", | |
| 269 "WebKit Linux Oilpan ASAN", | |
| 270 "WebKit Mac Builder (deps)", | |
| 271 "WebKit Mac Oilpan (dbg)", | |
| 272 "WebKit Mac Oilpan", | |
| 273 "WebKit Mac10.6 (deps)", | |
| 274 "WebKit Win Builder (deps)", | |
| 275 "WebKit Win Oilpan (dbg)", | |
| 276 "WebKit Win Oilpan", | |
| 277 "WebKit XP (deps)" | |
| 278 ], | |
| 279 | |
| 280 "builders": { | |
| 281 "*": { | |
| 282 "comment": ["We should close on test failures, but we don't", | |
| 283 "currently."], | |
| 284 "categories": [ | |
| 285 "chromium_compile" | |
| 286 ], | |
| 287 | |
| 288 "closing_optional": [ | |
| 289 "compile", | |
| 290 "runhooks", | |
| 291 "update" | |
| 292 ] | |
| 293 }, | |
| 294 | |
| 295 "WebKit XP": { | |
| 296 "categories": [ | |
| 297 "chromium_compile" | |
| 298 ], | |
| 299 | |
| 300 "closing_optional": [ | |
| 301 "compile", | |
| 302 "update" | |
| 303 ] | |
| 304 } | |
| 305 } | |
| 306 } | |
| 307 ], | |
| 308 "https://build.chromium.org/p/chromium.win": [ | |
| 309 { | |
| 310 "categories": [ | |
| 311 "chromium_tree_closer", | |
| 312 "chromium_recipes" | |
| 313 ], | |
| 314 "builders": { | |
| 315 "*": {} | |
| 316 } | |
| 317 } | |
| 318 ], | |
| 319 "https://build.chromium.org/p/client.libvpx": [ | |
| 320 { | |
| 321 "tree_notify": [ | |
| 322 "stip@chromium.org", | |
| 323 "vpx-eng@google.com" | |
| 324 ], | |
| 325 | |
| 326 "forgive_all": "true", | |
| 327 | |
| 328 "builders": { | |
| 329 "*": { | |
| 330 "closing_optional": [ | |
| 331 "*" | |
| 332 ] | |
| 333 } | |
| 334 } | |
| 335 } | |
| 336 ] | |
| 337 }, | |
| 338 | |
| 339 "categories": { | |
| 340 "gclient": { | |
| 341 "closing_optional": [ | |
| 342 "runhooks" | |
| 343 ], | |
| 344 "forgiving_optional": [ | |
| 345 "update" | |
| 346 ] | |
| 347 }, | |
| 348 | |
| 349 "chromium_sizes": { | |
| 350 "closing_optional": [ | |
| 351 "sizes" | |
| 352 ] | |
| 353 }, | |
| 354 | |
| 355 "chromium_crash_handler": { | |
| 356 "forgiving_optional": [ | |
| 357 "start_crash_handler" | |
| 358 ] | |
| 359 }, | |
| 360 | |
| 361 "chromium_tree_closer":{ | |
| 362 "sheriff_classes": ["sheriff"], | |
| 363 "status_template": "Tree is closed (Automatic: \"%(unsatisfied)s\" on %(bu ild_url)s \"%(builder_name)s\" from %(revision)s: %(blamelist)s)" | |
| 364 }, | |
| 365 | |
| 366 "chromium_windows": { | |
| 367 "forgiving_optional": [ | |
| 368 "svnkill", | |
| 369 "taskkill" | |
| 370 ] | |
| 371 }, | |
| 372 | |
| 373 "chromium_checkdeps": { | |
| 374 "closing_optional": [ | |
| 375 "check_deps" | |
| 376 ] | |
| 377 }, | |
| 378 | |
| 379 "chromium_checkdeps2git": { | |
| 380 "closing_optional": [ | |
| 381 "check_deps2git" | |
| 382 ] | |
| 383 }, | |
| 384 | |
| 385 "chromium_compile": { | |
| 386 "closing_optional": [ | |
| 387 "compile" | |
| 388 ] | |
| 389 }, | |
| 390 | |
| 391 "chromium_archive_build": { | |
| 392 "forgiving_optional": [ | |
| 393 "archive_build" | |
| 394 ] | |
| 395 }, | |
| 396 | |
| 397 "chromium_perf_steps": { | |
| 398 "closing_optional": [ | |
| 399 "*" | |
| 400 ] | |
| 401 }, | |
| 402 "chromium_recipes": { | |
| 403 "closing_optional": [ | |
| 404 "*" | |
| 405 ] | |
| 406 }, | |
| 407 "chromium_asan_tests": { | |
| 408 "closing_optional": [ | |
| 409 "base_unittests", | |
| 410 "browser_tests", | |
| 411 "cacheinvalidation_unittests", | |
| 412 "cc_unittests", | |
| 413 "content_browsertests", | |
| 414 "content_unittests", | |
| 415 "courgette_unittests", | |
| 416 "crypto_unittests", | |
| 417 "device_unittests", | |
| 418 "gcm_unit_tests", | |
| 419 "gpu_unittests", | |
| 420 "installer_util_unittests", | |
| 421 "ipc_tests", | |
| 422 "jingle_unittests", | |
| 423 "media_unittests", | |
| 424 "nacl_integration", | |
| 425 "net_unittests", | |
| 426 "ppapi_unittests", | |
| 427 "printing_unittests", | |
| 428 "remoting_unittests", | |
| 429 "sandbox_linux_unittests", | |
| 430 "sql_unittests", | |
| 431 "sync_unit_tests", | |
| 432 "ui_unittests", | |
| 433 "unit_tests", | |
| 434 "url_unittests" | |
| 435 ] | |
| 436 } | |
| 437 } | |
| 438 } | |
| OLD | NEW |