| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_asan_rel", | 10 "linux_chromium_asan_rel", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 ] | 133 ] |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "cmd": [ | 136 "cmd": [ |
| 137 "python", | 137 "python", |
| 138 "-u", | 138 "-u", |
| 139 "[DEPOT_TOOLS]/gclient.py", | 139 "[DEPOT_TOOLS]/gclient.py", |
| 140 "runhooks" | 140 "runhooks" |
| 141 ], | 141 ], |
| 142 "env": { | 142 "env": { |
| 143 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_allocator=none us
e_goma=1" | 143 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 lsan=1 target_arch=x64
use_allocator=none use_goma=1" |
| 144 }, | 144 }, |
| 145 "name": "gclient runhooks (with patch)", | 145 "name": "gclient runhooks (with patch)", |
| 146 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 147 "step returned non-zero exit code: 1", | 147 "step returned non-zero exit code: 1", |
| 148 "@@@STEP_FAILURE@@@" | 148 "@@@STEP_FAILURE@@@" |
| 149 ] | 149 ] |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "cmd": [ | 152 "cmd": [ |
| 153 "python", | 153 "python", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 ] | 201 ] |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "cmd": [ | 204 "cmd": [ |
| 205 "python", | 205 "python", |
| 206 "-u", | 206 "-u", |
| 207 "[DEPOT_TOOLS]/gclient.py", | 207 "[DEPOT_TOOLS]/gclient.py", |
| 208 "runhooks" | 208 "runhooks" |
| 209 ], | 209 ], |
| 210 "env": { | 210 "env": { |
| 211 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_allocator=none us
e_goma=1" | 211 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 lsan=1 target_arch=x64
use_allocator=none use_goma=1" |
| 212 }, | 212 }, |
| 213 "name": "gclient runhooks (without patch)", | 213 "name": "gclient runhooks (without patch)", |
| 214 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 215 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208
98d7\"@@@" | 215 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208
98d7\"@@@" |
| 216 ] | 216 ] |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "name": "$final_result", | 219 "name": "$final_result", |
| 220 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", | 220 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", |
| 221 "status_code": 1 | 221 "status_code": 1 |
| 222 } | 222 } |
| 223 ] | 223 ] |
| OLD | NEW |