| 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 "Linux MSan", | 10 "Linux MSan", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "--target", | 101 "--target", |
| 102 "Release", | 102 "Release", |
| 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 "--builder-name=Linux MSan", | 529 "--builder-name=Linux MSan", |
| 529 "--slave-name=slavename", | 530 "--slave-name=slavename", |
| 530 "--build-number=1337", | 531 "--build-number=1337", |
| 531 "--enable-msan", | 532 "--enable-msan", |
| 532 "voice_engine_unittests" | 533 "voice_engine_unittests" |
| 533 ], | 534 ], |
| 534 "cwd": "[SLAVE_BUILD]", | 535 "cwd": "[SLAVE_BUILD]", |
| 535 "name": "voice_engine_unittests" | 536 "name": "voice_engine_unittests" |
| 536 } | 537 } |
| 537 ] | 538 ] |
| OLD | NEW |