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