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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 1983993002: Add 'Linux LTO' buildbot (src part). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | tools/mb/mb_config.pyl » ('j') | 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 8059 matching lines...) Expand 10 before | Expand all | Expand 10 after
8070 ], 8070 ],
8071 "gtest_tests": [ 8071 "gtest_tests": [
8072 { 8072 {
8073 "test": "headless_browsertests" 8073 "test": "headless_browsertests"
8074 }, 8074 },
8075 { 8075 {
8076 "test": "headless_unittests" 8076 "test": "headless_unittests"
8077 } 8077 }
8078 ] 8078 ]
8079 }, 8079 },
8080 "LTO Linux": {
8081 "gtest_tests": [
8082 {
8083 "swarming": {
8084 "can_use_on_swarming_builders": true
8085 },
8086 "test": "accessibility_unittests"
8087 },
8088 {
8089 "swarming": {
8090 "can_use_on_swarming_builders": true
8091 },
8092 "test": "angle_unittests"
8093 },
8094 {
8095 "swarming": {
8096 "can_use_on_swarming_builders": true
8097 },
8098 "test": "app_list_presenter_unittests"
8099 },
8100 {
8101 "swarming": {
8102 "can_use_on_swarming_builders": true
8103 },
8104 "test": "app_list_unittests"
8105 },
8106 {
8107 "swarming": {
8108 "can_use_on_swarming_builders": true
8109 },
8110 "test": "app_shell_unittests"
8111 },
8112 {
8113 "swarming": {
8114 "can_use_on_swarming_builders": true
8115 },
8116 "test": "aura_unittests"
8117 },
8118 {
8119 "swarming": {
8120 "can_use_on_swarming_builders": true
8121 },
8122 "test": "base_unittests"
8123 },
8124 {
8125 "swarming": {
8126 "can_use_on_swarming_builders": true
8127 },
8128 "test": "blimp_unittests"
8129 },
8130 {
8131 "swarming": {
8132 "can_use_on_swarming_builders": true
8133 },
8134 "test": "blink_heap_unittests"
8135 },
8136 {
8137 "swarming": {
8138 "can_use_on_swarming_builders": true
8139 },
8140 "test": "blink_platform_unittests"
8141 },
8142 {
8143 "args": [
8144 "--gtest_filter=-SaveType/SavePageMultiFrameBrowserTest.ObjectElements /0"
8145 ],
8146 "swarming": {
8147 "can_use_on_swarming_builders": true,
8148 "shards": 10
8149 },
8150 "test": "browser_tests"
8151 },
8152 {
8153 "swarming": {
8154 "can_use_on_swarming_builders": true
8155 },
8156 "test": "cacheinvalidation_unittests"
8157 },
8158 {
8159 "swarming": {
8160 "can_use_on_swarming_builders": true
8161 },
8162 "test": "cast_unittests"
8163 },
8164 {
8165 "swarming": {
8166 "can_use_on_swarming_builders": true
8167 },
8168 "test": "cc_unittests"
8169 },
8170 {
8171 "swarming": {
8172 "can_use_on_swarming_builders": true
8173 },
8174 "test": "chromedriver_unittests"
8175 },
8176 {
8177 "swarming": {
8178 "can_use_on_swarming_builders": true
8179 },
8180 "test": "components_browsertests"
8181 },
8182 {
8183 "swarming": {
8184 "can_use_on_swarming_builders": true
8185 },
8186 "test": "components_unittests"
8187 },
8188 {
8189 "swarming": {
8190 "can_use_on_swarming_builders": true
8191 },
8192 "test": "compositor_unittests"
8193 },
8194 {
8195 "args": [
8196 "--gtest_filter=-WebRtcBrowserTest.CanForwardRemoteStream"
8197 ],
8198 "swarming": {
8199 "can_use_on_swarming_builders": true
8200 },
8201 "test": "content_browsertests"
8202 },
8203 {
8204 "swarming": {
8205 "can_use_on_swarming_builders": true
8206 },
8207 "test": "content_unittests"
8208 },
8209 {
8210 "swarming": {
8211 "can_use_on_swarming_builders": true
8212 },
8213 "test": "crypto_unittests"
8214 },
8215 {
8216 "test": "dbus_unittests"
8217 },
8218 {
8219 "swarming": {
8220 "can_use_on_swarming_builders": true
8221 },
8222 "test": "device_unittests"
8223 },
8224 {
8225 "swarming": {
8226 "can_use_on_swarming_builders": true
8227 },
8228 "test": "display_unittests"
8229 },
8230 {
8231 "swarming": {
8232 "can_use_on_swarming_builders": true
8233 },
8234 "test": "events_unittests"
8235 },
8236 {
8237 "swarming": {
8238 "can_use_on_swarming_builders": true
8239 },
8240 "test": "extensions_browsertests"
8241 },
8242 {
8243 "swarming": {
8244 "can_use_on_swarming_builders": true
8245 },
8246 "test": "extensions_unittests"
8247 },
8248 {
8249 "swarming": {
8250 "can_use_on_swarming_builders": true
8251 },
8252 "test": "gcm_unit_tests"
8253 },
8254 {
8255 "swarming": {
8256 "can_use_on_swarming_builders": true
8257 },
8258 "test": "gfx_unittests"
8259 },
8260 {
8261 "swarming": {
8262 "can_use_on_swarming_builders": true
8263 },
8264 "test": "gin_unittests"
8265 },
8266 {
8267 "test": "gl_unittests"
8268 },
8269 {
8270 "swarming": {
8271 "can_use_on_swarming_builders": true
8272 },
8273 "test": "gn_unittests"
8274 },
8275 {
8276 "swarming": {
8277 "can_use_on_swarming_builders": true
8278 },
8279 "test": "google_apis_unittests"
8280 },
8281 {
8282 "swarming": {
8283 "can_use_on_swarming_builders": true
8284 },
8285 "test": "gpu_ipc_service_unittests"
8286 },
8287 {
8288 "swarming": {
8289 "can_use_on_swarming_builders": true
8290 },
8291 "test": "gpu_unittests"
8292 },
8293 {
8294 "swarming": {
8295 "can_use_on_swarming_builders": true
8296 },
8297 "test": "interactive_ui_tests"
8298 },
8299 {
8300 "swarming": {
8301 "can_use_on_swarming_builders": true
8302 },
8303 "test": "ipc_mojo_unittests"
8304 },
8305 {
8306 "swarming": {
8307 "can_use_on_swarming_builders": true
8308 },
8309 "test": "ipc_tests"
8310 },
8311 {
8312 "swarming": {
8313 "can_use_on_swarming_builders": true
8314 },
8315 "test": "jingle_unittests"
8316 },
8317 {
8318 "swarming": {
8319 "can_use_on_swarming_builders": true
8320 },
8321 "test": "media_blink_unittests"
8322 },
8323 {
8324 "swarming": {
8325 "can_use_on_swarming_builders": true
8326 },
8327 "test": "media_unittests"
8328 },
8329 {
8330 "swarming": {
8331 "can_use_on_swarming_builders": true
8332 },
8333 "test": "midi_unittests"
8334 },
8335 {
8336 "swarming": {
8337 "can_use_on_swarming_builders": true
8338 },
8339 "test": "mojo_common_unittests"
8340 },
8341 {
8342 "swarming": {
8343 "can_use_on_swarming_builders": true
8344 },
8345 "test": "mojo_public_bindings_unittests"
8346 },
8347 {
8348 "swarming": {
8349 "can_use_on_swarming_builders": true
8350 },
8351 "test": "mojo_public_system_unittests"
8352 },
8353 {
8354 "swarming": {
8355 "can_use_on_swarming_builders": true
8356 },
8357 "test": "mojo_system_unittests"
8358 },
8359 {
8360 "swarming": {
8361 "can_use_on_swarming_builders": true
8362 },
8363 "test": "nacl_loader_unittests"
8364 },
8365 {
8366 "swarming": {
8367 "can_use_on_swarming_builders": true
8368 },
8369 "test": "net_unittests"
8370 },
8371 {
8372 "swarming": {
8373 "can_use_on_swarming_builders": true
8374 },
8375 "test": "ppapi_unittests"
8376 },
8377 {
8378 "swarming": {
8379 "can_use_on_swarming_builders": true
8380 },
8381 "test": "printing_unittests"
8382 },
8383 {
8384 "swarming": {
8385 "can_use_on_swarming_builders": true
8386 },
8387 "test": "remoting_unittests"
8388 },
8389 {
8390 "swarming": {
8391 "can_use_on_swarming_builders": true
8392 },
8393 "test": "sandbox_linux_unittests"
8394 },
8395 {
8396 "swarming": {
8397 "can_use_on_swarming_builders": true
8398 },
8399 "test": "skia_unittests"
8400 },
8401 {
8402 "swarming": {
8403 "can_use_on_swarming_builders": true
8404 },
8405 "test": "sql_unittests"
8406 },
8407 {
8408 "swarming": {
8409 "can_use_on_swarming_builders": true
8410 },
8411 "test": "sync_unit_tests"
8412 },
8413 {
8414 "swarming": {
8415 "can_use_on_swarming_builders": true
8416 },
8417 "test": "ui_base_unittests"
8418 },
8419 {
8420 "swarming": {
8421 "can_use_on_swarming_builders": true
8422 },
8423 "test": "ui_touch_selection_unittests"
8424 },
8425 {
8426 "swarming": {
8427 "can_use_on_swarming_builders": true
8428 },
8429 "test": "unit_tests"
8430 },
8431 {
8432 "swarming": {
8433 "can_use_on_swarming_builders": true
8434 },
8435 "test": "url_unittests"
8436 },
8437 {
8438 "swarming": {
8439 "can_use_on_swarming_builders": true
8440 },
8441 "test": "views_unittests"
8442 },
8443 {
8444 "swarming": {
8445 "can_use_on_swarming_builders": true
8446 },
8447 "test": "webkit_unit_tests"
8448 },
8449 {
8450 "swarming": {
8451 "can_use_on_swarming_builders": true
8452 },
8453 "test": "wm_unittests"
8454 },
8455 {
8456 "swarming": {
8457 "can_use_on_swarming_builders": true
8458 },
8459 "test": "wtf_unittests"
8460 }
8461 ]
8462 },
8080 "Linux ARM": { 8463 "Linux ARM": {
8081 "gtest_tests": [ 8464 "gtest_tests": [
8082 { 8465 {
8083 "args": [ 8466 "args": [
8084 "--gtest_filter=*NaCl*.*" 8467 "--gtest_filter=*NaCl*.*"
8085 ], 8468 ],
8086 "swarming": { 8469 "swarming": {
8087 "can_use_on_swarming_builders": true 8470 "can_use_on_swarming_builders": true
8088 }, 8471 },
8089 "test": "browser_tests" 8472 "test": "browser_tests"
(...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after
10191 }, 10574 },
10192 { 10575 {
10193 "swarming": { 10576 "swarming": {
10194 "can_use_on_swarming_builders": true 10577 "can_use_on_swarming_builders": true
10195 }, 10578 },
10196 "test": "views_unittests" 10579 "test": "views_unittests"
10197 } 10580 }
10198 ] 10581 ]
10199 } 10582 }
10200 } 10583 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698