| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Memcheck", | 10 "Linux Memcheck", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "--target", | 58 "--target", |
| 59 "Release", | 59 "Release", |
| 60 "--src-dir", | 60 "--src-dir", |
| 61 "[SLAVE_BUILD]/src", | 61 "[SLAVE_BUILD]/src", |
| 62 "--build-tool", | 62 "--build-tool", |
| 63 "ninja", | 63 "ninja", |
| 64 "--compiler", | 64 "--compiler", |
| 65 "goma", | 65 "goma", |
| 66 "--goma-dir", | 66 "--goma-dir", |
| 67 "[BUILD]/goma", | 67 "[BUILD]/goma", |
| 68 "--ninja-ensure-up-to-date", |
| 68 "--", | 69 "--", |
| 69 "All" | 70 "All" |
| 70 ], | 71 ], |
| 71 "cwd": "[SLAVE_BUILD]", | 72 "cwd": "[SLAVE_BUILD]", |
| 72 "name": "compile" | 73 "name": "compile" |
| 73 }, | 74 }, |
| 74 { | 75 { |
| 75 "cmd": [ | 76 "cmd": [ |
| 76 "python", | 77 "python", |
| 77 "-u", | 78 "-u", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 92 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", | 93 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", |
| 93 "--test", | 94 "--test", |
| 94 "libyuv_unittest", | 95 "libyuv_unittest", |
| 95 "--tool", | 96 "--tool", |
| 96 "memcheck" | 97 "memcheck" |
| 97 ], | 98 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 99 "cwd": "[SLAVE_BUILD]", |
| 99 "name": "libyuv_unittest" | 100 "name": "libyuv_unittest" |
| 100 } | 101 } |
| 101 ] | 102 ] |
| OLD | NEW |