| 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' lsan=1 target_arch=x64 use_goma=1" |
| 144 }, | 144 }, |
| 145 "name": "gclient runhooks (with patch)" | 145 "name": "gclient runhooks (with patch)" |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "cmd": [ | 148 "cmd": [ |
| 149 "python", | 149 "python", |
| 150 "-u", | 150 "-u", |
| 151 "[BUILD]/scripts/slave/compile.py", | 151 "[BUILD]/scripts/slave/compile.py", |
| 152 "--target", | 152 "--target", |
| 153 "Release", | 153 "Release", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 ] | 223 ] |
| 224 }, | 224 }, |
| 225 { | 225 { |
| 226 "cmd": [ | 226 "cmd": [ |
| 227 "python", | 227 "python", |
| 228 "-u", | 228 "-u", |
| 229 "[DEPOT_TOOLS]/gclient.py", | 229 "[DEPOT_TOOLS]/gclient.py", |
| 230 "runhooks" | 230 "runhooks" |
| 231 ], | 231 ], |
| 232 "env": { | 232 "env": { |
| 233 "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" | 233 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1" |
| 234 }, | 234 }, |
| 235 "name": "gclient runhooks (without patch)" | 235 "name": "gclient runhooks (without patch)" |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "cmd": [ | 238 "cmd": [ |
| 239 "python", | 239 "python", |
| 240 "-u", | 240 "-u", |
| 241 "[BUILD]/scripts/slave/compile.py", | 241 "[BUILD]/scripts/slave/compile.py", |
| 242 "--target", | 242 "--target", |
| 243 "Release", | 243 "Release", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 261 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", | 261 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", |
| 262 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 262 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 263 ] | 263 ] |
| 264 }, | 264 }, |
| 265 { | 265 { |
| 266 "name": "$final_result", | 266 "name": "$final_result", |
| 267 "reason": "Step('compile (without patch)') failed with return_code 1", | 267 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 268 "status_code": 1 | 268 "status_code": 1 |
| 269 } | 269 } |
| 270 ] | 270 ] |
| OLD | NEW |