| 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 Memcheck", | 10 "Linux Memcheck", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "--target", | 81 "--target", |
| 82 "Release", | 82 "Release", |
| 83 "--src-dir", | 83 "--src-dir", |
| 84 "[SLAVE_BUILD]/src", | 84 "[SLAVE_BUILD]/src", |
| 85 "--build-tool", | 85 "--build-tool", |
| 86 "ninja", | 86 "ninja", |
| 87 "--compiler", | 87 "--compiler", |
| 88 "goma", | 88 "goma", |
| 89 "--goma-dir", | 89 "--goma-dir", |
| 90 "[BUILD]/goma", | 90 "[BUILD]/goma", |
| 91 "--ninja-ensure-up-to-date", |
| 91 "--", | 92 "--", |
| 92 "All" | 93 "All" |
| 93 ], | 94 ], |
| 94 "cwd": "[SLAVE_BUILD]", | 95 "cwd": "[SLAVE_BUILD]", |
| 95 "name": "compile" | 96 "name": "compile" |
| 96 }, | 97 }, |
| 97 { | 98 { |
| 98 "allow_subannotations": true, | 99 "allow_subannotations": true, |
| 99 "cmd": [ | 100 "cmd": [ |
| 100 "python", | 101 "python", |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", | 554 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", |
| 554 "--test", | 555 "--test", |
| 555 "voice_engine_unittests", | 556 "voice_engine_unittests", |
| 556 "--tool", | 557 "--tool", |
| 557 "memcheck" | 558 "memcheck" |
| 558 ], | 559 ], |
| 559 "cwd": "[SLAVE_BUILD]", | 560 "cwd": "[SLAVE_BUILD]", |
| 560 "name": "voice_engine_unittests" | 561 "name": "voice_engine_unittests" |
| 561 } | 562 } |
| 562 ] | 563 ] |
| OLD | NEW |