| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_memcheck", | 10 "linux_memcheck", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "name": "cleanup_temp" | 64 "name": "cleanup_temp" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "cmd": [ | 67 "cmd": [ |
| 68 "python", | 68 "python", |
| 69 "-u", | 69 "-u", |
| 70 "[DEPOT_TOOLS]/gclient.py", | 70 "[DEPOT_TOOLS]/gclient.py", |
| 71 "runhooks" | 71 "runhooks" |
| 72 ], | 72 ], |
| 73 "env": { | 73 "env": { |
| 74 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
ways_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" | 74 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
ways_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x6
4 use_goma=1" |
| 75 }, | 75 }, |
| 76 "name": "gclient runhooks" | 76 "name": "gclient runhooks" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "cmd": [ | 79 "cmd": [ |
| 80 "python", | 80 "python", |
| 81 "-u", | 81 "-u", |
| 82 "[BUILD]/scripts/slave/compile.py", | 82 "[BUILD]/scripts/slave/compile.py", |
| 83 "--target", | 83 "--target", |
| 84 "Release", | 84 "Release", |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 "--run-shell-script", | 509 "--run-shell-script", |
| 510 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 510 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 511 "--test", | 511 "--test", |
| 512 "voice_engine_unittests", | 512 "voice_engine_unittests", |
| 513 "--tool", | 513 "--tool", |
| 514 "memcheck" | 514 "memcheck" |
| 515 ], | 515 ], |
| 516 "name": "voice_engine_unittests" | 516 "name": "voice_engine_unittests" |
| 517 } | 517 } |
| 518 ] | 518 ] |
| OLD | NEW |