| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_asan_rel", | 10 "linux_chromium_asan_rel", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 ] | 204 ] |
| 205 }, | 205 }, |
| 206 { | 206 { |
| 207 "cmd": [ | 207 "cmd": [ |
| 208 "python", | 208 "python", |
| 209 "-u", | 209 "-u", |
| 210 "[DEPOT_TOOLS]/gclient.py", | 210 "[DEPOT_TOOLS]/gclient.py", |
| 211 "runhooks" | 211 "runhooks" |
| 212 ], | 212 ], |
| 213 "env": { | 213 "env": { |
| 214 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 lsan=1 target_arch=x64
test_isolation_mode=prepare use_allocator=none use_goma=1" | 214 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=p
repare use_allocator=none use_goma=1" |
| 215 }, | 215 }, |
| 216 "name": "gclient runhooks (with patch)" | 216 "name": "gclient runhooks (with patch)" |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "cmd": [ | 219 "cmd": [ |
| 220 "python", | 220 "python", |
| 221 "-u", | 221 "-u", |
| 222 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 222 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 223 "--build-dir", | 223 "--build-dir", |
| 224 "[SLAVE_BUILD]/src/out/Release", | 224 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 "https://chromium-swarm.appspot.com", | 562 "https://chromium-swarm.appspot.com", |
| 563 "--decorate", | 563 "--decorate", |
| 564 "--print-status-updates", | 564 "--print-status-updates", |
| 565 "--shards", | 565 "--shards", |
| 566 "5", | 566 "5", |
| 567 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re
l/571" | 567 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re
l/571" |
| 568 ], | 568 ], |
| 569 "name": "browser_tests (with patch)" | 569 "name": "browser_tests (with patch)" |
| 570 } | 570 } |
| 571 ] | 571 ] |
| OLD | NEW |