| 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_asan", | 10 "linux_asan", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "--src-dir", | 82 "--src-dir", |
| 83 "[SLAVE_BUILD]/src", | 83 "[SLAVE_BUILD]/src", |
| 84 "--build-tool", | 84 "--build-tool", |
| 85 "ninja", | 85 "ninja", |
| 86 "--compiler", | 86 "--compiler", |
| 87 "goma-clang", | 87 "goma-clang", |
| 88 "--goma-dir", | 88 "--goma-dir", |
| 89 "[BUILD]/goma", | 89 "[BUILD]/goma", |
| 90 "--goma-fail-fast", | 90 "--goma-fail-fast", |
| 91 "--goma-disable-local-fallback", | 91 "--goma-disable-local-fallback", |
| 92 "--ninja-ensure-up-to-date", |
| 92 "--", | 93 "--", |
| 93 "All" | 94 "All" |
| 94 ], | 95 ], |
| 95 "cwd": "[SLAVE_BUILD]", | 96 "cwd": "[SLAVE_BUILD]", |
| 96 "name": "compile" | 97 "name": "compile" |
| 97 }, | 98 }, |
| 98 { | 99 { |
| 99 "cmd": [ | 100 "cmd": [ |
| 100 "python", | 101 "python", |
| 101 "-u", | 102 "-u", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 113 "--enable-asan", | 114 "--enable-asan", |
| 114 "--enable-lsan", | 115 "--enable-lsan", |
| 115 "libyuv_unittest", | 116 "libyuv_unittest", |
| 116 "--test-launcher-print-test-stdio=always", | 117 "--test-launcher-print-test-stdio=always", |
| 117 "--test-launcher-batch-limit=1" | 118 "--test-launcher-batch-limit=1" |
| 118 ], | 119 ], |
| 119 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
| 120 "name": "libyuv_unittest" | 121 "name": "libyuv_unittest" |
| 121 } | 122 } |
| 122 ] | 123 ] |
| OLD | NEW |