| 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 Asan", | 10 "Linux Asan", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "--target", | 78 "--target", |
| 79 "Release", | 79 "Release", |
| 80 "--src-dir", | 80 "--src-dir", |
| 81 "[SLAVE_BUILD]/src", | 81 "[SLAVE_BUILD]/src", |
| 82 "--build-tool", | 82 "--build-tool", |
| 83 "ninja", | 83 "ninja", |
| 84 "--compiler", | 84 "--compiler", |
| 85 "goma-clang", | 85 "goma-clang", |
| 86 "--goma-dir", | 86 "--goma-dir", |
| 87 "[BUILD]/goma", | 87 "[BUILD]/goma", |
| 88 "--ninja-ensure-up-to-date", |
| 88 "--", | 89 "--", |
| 89 "All" | 90 "All" |
| 90 ], | 91 ], |
| 91 "cwd": "[SLAVE_BUILD]", | 92 "cwd": "[SLAVE_BUILD]", |
| 92 "name": "compile" | 93 "name": "compile" |
| 93 }, | 94 }, |
| 94 { | 95 { |
| 95 "cmd": [ | 96 "cmd": [ |
| 96 "python", | 97 "python", |
| 97 "-u", | 98 "-u", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 109 "--enable-asan", | 110 "--enable-asan", |
| 110 "--enable-lsan", | 111 "--enable-lsan", |
| 111 "libyuv_unittest", | 112 "libyuv_unittest", |
| 112 "--test-launcher-print-test-stdio=always", | 113 "--test-launcher-print-test-stdio=always", |
| 113 "--test-launcher-batch-limit=1" | 114 "--test-launcher-batch-limit=1" |
| 114 ], | 115 ], |
| 115 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "libyuv_unittest" | 117 "name": "libyuv_unittest" |
| 117 } | 118 } |
| 118 ] | 119 ] |
| OLD | NEW |