| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_nodcheck_rel", | 10 "v8_linux_nodcheck_rel", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 ] | 51 ] |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "python", | 55 "python", |
| 56 "-u", | 56 "-u", |
| 57 "[DEPOT_TOOLS]/gclient.py", | 57 "[DEPOT_TOOLS]/gclient.py", |
| 58 "runhooks" | 58 "runhooks" |
| 59 ], | 59 ], |
| 60 "env": { | 60 "env": { |
| 61 "GYP_DEFINES": "dcheck_always_on=0 fastbuild=1 gomadir='[BUILD]/goma' targ
et_arch=ia32 use_goma=1 v8_target_arch=ia32" | 61 "GYP_DEFINES": "dcheck_always_on=0 fastbuild=1 gomadir='[BUILD]/goma' linu
x_dump_symbols=1 target_arch=ia32 use_goma=1 v8_target_arch=ia32" |
| 62 }, | 62 }, |
| 63 "name": "gclient runhooks" | 63 "name": "gclient runhooks" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "cmd": [ | 66 "cmd": [ |
| 67 "python", | 67 "python", |
| 68 "-u", | 68 "-u", |
| 69 "[BUILD]/scripts/slave/cleanup_temp.py" | 69 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 70 ], | 70 ], |
| 71 "name": "cleanup_temp" | 71 "name": "cleanup_temp" |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "--testname", | 120 "--testname", |
| 121 "default", | 121 "default", |
| 122 "--flaky-tests=skip", | 122 "--flaky-tests=skip", |
| 123 "--json-test-results", | 123 "--json-test-results", |
| 124 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 125 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]/v8", | 126 "cwd": "[SLAVE_BUILD]/v8", |
| 127 "name": "Check" | 127 "name": "Check" |
| 128 } | 128 } |
| 129 ] | 129 ] |
| OLD | NEW |