| 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 "Mac Asan", | 10 "Mac Asan", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "cmd": [ | 41 "cmd": [ |
| 42 "python", | 42 "python", |
| 43 "-u", | 43 "-u", |
| 44 "[DEPOT_TOOLS]/gclient.py", | 44 "[DEPOT_TOOLS]/gclient.py", |
| 45 "runhooks" | 45 "runhooks" |
| 46 ], | 46 ], |
| 47 "cwd": "[SLAVE_BUILD]", | 47 "cwd": "[SLAVE_BUILD]", |
| 48 "env": { | 48 "env": { |
| 49 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi
r='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1" | 49 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi
r='[BUILD]/goma' target_arch=ia32 use_goma=1" |
| 50 }, | 50 }, |
| 51 "name": "gclient runhooks" | 51 "name": "gclient runhooks" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "allow_subannotations": true, | 54 "allow_subannotations": true, |
| 55 "cmd": [ | 55 "cmd": [ |
| 56 "python", | 56 "python", |
| 57 "-u", | 57 "-u", |
| 58 "[BUILD]/scripts/slave/clang_revision.py", | 58 "[BUILD]/scripts/slave/clang_revision.py", |
| 59 "--src-dir", | 59 "--src-dir", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "--enable-asan", | 108 "--enable-asan", |
| 109 "--enable-lsan", | 109 "--enable-lsan", |
| 110 "libyuv_unittest", | 110 "libyuv_unittest", |
| 111 "--test-launcher-print-test-stdio=always", | 111 "--test-launcher-print-test-stdio=always", |
| 112 "--test-launcher-batch-limit=1" | 112 "--test-launcher-batch-limit=1" |
| 113 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", | 114 "cwd": "[SLAVE_BUILD]", |
| 115 "name": "libyuv_unittest" | 115 "name": "libyuv_unittest" |
| 116 } | 116 } |
| 117 ] | 117 ] |
| OLD | NEW |