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