| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "--src-dir", | 85 "--src-dir", |
| 86 "[SLAVE_BUILD]/src", | 86 "[SLAVE_BUILD]/src", |
| 87 "--build-tool", | 87 "--build-tool", |
| 88 "ninja", | 88 "ninja", |
| 89 "--compiler", | 89 "--compiler", |
| 90 "goma", | 90 "goma", |
| 91 "--goma-dir", | 91 "--goma-dir", |
| 92 "[BUILD]/goma", | 92 "[BUILD]/goma", |
| 93 "--goma-fail-fast", | 93 "--goma-fail-fast", |
| 94 "--goma-disable-local-fallback", | 94 "--goma-disable-local-fallback", |
| 95 "--ninja-ensure-up-to-date", |
| 95 "--", | 96 "--", |
| 96 "All" | 97 "All" |
| 97 ], | 98 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 99 "cwd": "[SLAVE_BUILD]", |
| 99 "name": "compile" | 100 "name": "compile" |
| 100 }, | 101 }, |
| 101 { | 102 { |
| 102 "cmd": [ | 103 "cmd": [ |
| 103 "python", | 104 "python", |
| 104 "-u", | 105 "-u", |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 "--builder-name=linux", | 452 "--builder-name=linux", |
| 452 "--slave-name=slavename", | 453 "--slave-name=slavename", |
| 453 "--run-python-script", | 454 "--run-python-script", |
| 454 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 455 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 455 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", | 456 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", |
| 456 "--" | 457 "--" |
| 457 ], | 458 ], |
| 458 "cwd": "[SLAVE_BUILD]", | 459 "cwd": "[SLAVE_BUILD]", |
| 459 "name": "voice_engine_unittests" | 460 "name": "voice_engine_unittests" |
| 460 } | 461 } |
| 461 ] | 462 ] |
| OLD | NEW |