| 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", | 10 "linux", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "name": "cleanup_temp" | 60 "name": "cleanup_temp" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "cmd": [ | 63 "cmd": [ |
| 64 "python", | 64 "python", |
| 65 "-u", | 65 "-u", |
| 66 "[DEPOT_TOOLS]/gclient.py", | 66 "[DEPOT_TOOLS]/gclient.py", |
| 67 "runhooks" | 67 "runhooks" |
| 68 ], | 68 ], |
| 69 "env": { | 69 "env": { |
| 70 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 70 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 use_goma=1" |
| 71 }, | 71 }, |
| 72 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[BUILD]/scripts/slave/compile.py", | 78 "[BUILD]/scripts/slave/compile.py", |
| 79 "--target", | 79 "--target", |
| 80 "Debug", | 80 "Debug", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "--builder-name=linux", | 415 "--builder-name=linux", |
| 416 "--slave-name=slavename", | 416 "--slave-name=slavename", |
| 417 "--run-python-script", | 417 "--run-python-script", |
| 418 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 418 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 419 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", | 419 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", |
| 420 "--" | 420 "--" |
| 421 ], | 421 ], |
| 422 "name": "voice_engine_unittests" | 422 "name": "voice_engine_unittests" |
| 423 } | 423 } |
| 424 ] | 424 ] |
| OLD | NEW |