| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac32 Debug", | 10 "Mac32 Debug", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "--target", | 101 "--target", |
| 102 "Debug", | 102 "Debug", |
| 103 "--src-dir", | 103 "--src-dir", |
| 104 "[SLAVE_BUILD]/src", | 104 "[SLAVE_BUILD]/src", |
| 105 "--build-tool", | 105 "--build-tool", |
| 106 "ninja", | 106 "ninja", |
| 107 "--compiler", | 107 "--compiler", |
| 108 "goma-clang", | 108 "goma-clang", |
| 109 "--goma-dir", | 109 "--goma-dir", |
| 110 "[BUILD]/goma", | 110 "[BUILD]/goma", |
| 111 "--ninja-ensure-up-to-date", |
| 111 "--", | 112 "--", |
| 112 "All" | 113 "All" |
| 113 ], | 114 ], |
| 114 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
| 115 "name": "compile" | 116 "name": "compile" |
| 116 }, | 117 }, |
| 117 { | 118 { |
| 118 "allow_subannotations": true, | 119 "allow_subannotations": true, |
| 119 "cmd": [ | 120 "cmd": [ |
| 120 "python", | 121 "python", |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "gtest-results/voice_engine_unittests", | 499 "gtest-results/voice_engine_unittests", |
| 499 "--builder-name=Mac32 Debug", | 500 "--builder-name=Mac32 Debug", |
| 500 "--slave-name=slavename", | 501 "--slave-name=slavename", |
| 501 "--build-number=1337", | 502 "--build-number=1337", |
| 502 "voice_engine_unittests" | 503 "voice_engine_unittests" |
| 503 ], | 504 ], |
| 504 "cwd": "[SLAVE_BUILD]", | 505 "cwd": "[SLAVE_BUILD]", |
| 505 "name": "voice_engine_unittests" | 506 "name": "voice_engine_unittests" |
| 506 } | 507 } |
| 507 ] | 508 ] |
| OLD | NEW |