| 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 "Win DrMemory Full", | 10 "Win DrMemory Full", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "--target", | 81 "--target", |
| 82 "Debug", | 82 "Debug", |
| 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", | 539 "[SLAVE_BUILD]\\src\\tools\\valgrind-webrtc\\webrtc_tests.bat", |
| 539 "--test", | 540 "--test", |
| 540 "voice_engine_unittests", | 541 "voice_engine_unittests", |
| 541 "--tool", | 542 "--tool", |
| 542 "drmemory_full" | 543 "drmemory_full" |
| 543 ], | 544 ], |
| 544 "cwd": "[SLAVE_BUILD]", | 545 "cwd": "[SLAVE_BUILD]", |
| 545 "name": "voice_engine_unittests" | 546 "name": "voice_engine_unittests" |
| 546 } | 547 } |
| 547 ] | 548 ] |
| OLD | NEW |