| 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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_memcheck", | 10 "linux_memcheck", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "--src-dir", | 62 "--src-dir", |
| 63 "[SLAVE_BUILD]/src", | 63 "[SLAVE_BUILD]/src", |
| 64 "--build-tool", | 64 "--build-tool", |
| 65 "ninja", | 65 "ninja", |
| 66 "--compiler", | 66 "--compiler", |
| 67 "goma", | 67 "goma", |
| 68 "--goma-dir", | 68 "--goma-dir", |
| 69 "[BUILD]/goma", | 69 "[BUILD]/goma", |
| 70 "--goma-fail-fast", | 70 "--goma-fail-fast", |
| 71 "--goma-disable-local-fallback", | 71 "--goma-disable-local-fallback", |
| 72 "--ninja-ensure-up-to-date", |
| 72 "--", | 73 "--", |
| 73 "All" | 74 "All" |
| 74 ], | 75 ], |
| 75 "cwd": "[SLAVE_BUILD]", | 76 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "compile" | 77 "name": "compile" |
| 77 }, | 78 }, |
| 78 { | 79 { |
| 79 "cmd": [ | 80 "cmd": [ |
| 80 "python", | 81 "python", |
| 81 "-u", | 82 "-u", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 96 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", | 97 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", |
| 97 "--test", | 98 "--test", |
| 98 "libyuv_unittest", | 99 "libyuv_unittest", |
| 99 "--tool", | 100 "--tool", |
| 100 "memcheck" | 101 "memcheck" |
| 101 ], | 102 ], |
| 102 "cwd": "[SLAVE_BUILD]", | 103 "cwd": "[SLAVE_BUILD]", |
| 103 "name": "libyuv_unittest" | 104 "name": "libyuv_unittest" |
| 104 } | 105 } |
| 105 ] | 106 ] |
| OLD | NEW |