| 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 28 matching lines...) Expand all Loading... |
| 39 ] | 39 ] |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "[DEPOT_TOOLS]/gclient.py", | 45 "[DEPOT_TOOLS]/gclient.py", |
| 46 "runhooks" | 46 "runhooks" |
| 47 ], | 47 ], |
| 48 "env": { | 48 "env": { |
| 49 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
ways_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" | 49 "GYP_DEFINES": "build_for_tool=memcheck component=static_library dcheck_al
ways_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x6
4 use_goma=1" |
| 50 }, | 50 }, |
| 51 "name": "gclient runhooks" | 51 "name": "gclient runhooks" |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "python", | 55 "python", |
| 56 "-u", | 56 "-u", |
| 57 "[BUILD]/scripts/slave/compile.py", | 57 "[BUILD]/scripts/slave/compile.py", |
| 58 "--target", | 58 "--target", |
| 59 "Release", | 59 "Release", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 89 "--run-shell-script", | 89 "--run-shell-script", |
| 90 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", | 90 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", |
| 91 "--test", | 91 "--test", |
| 92 "libyuv_unittest", | 92 "libyuv_unittest", |
| 93 "--tool", | 93 "--tool", |
| 94 "memcheck" | 94 "memcheck" |
| 95 ], | 95 ], |
| 96 "name": "libyuv_unittest" | 96 "name": "libyuv_unittest" |
| 97 } | 97 } |
| 98 ] | 98 ] |
| OLD | NEW |