| 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_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 ] | 80 ] |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "cmd": [ | 83 "cmd": [ |
| 84 "python", | 84 "python", |
| 85 "-u", | 85 "-u", |
| 86 "[DEPOT_TOOLS]/gclient.py", | 86 "[DEPOT_TOOLS]/gclient.py", |
| 87 "runhooks" | 87 "runhooks" |
| 88 ], | 88 ], |
| 89 "env": { | 89 "env": { |
| 90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre
pare use_goma=1" | 90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1" |
| 91 }, | 91 }, |
| 92 "name": "gclient runhooks (with patch)" | 92 "name": "gclient runhooks (with patch)" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | 95 "cmd": [ |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 100 "/path/to/tmp/json" | 100 "/path/to/tmp/json" |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 ] | 337 ] |
| 338 }, | 338 }, |
| 339 { | 339 { |
| 340 "cmd": [ | 340 "cmd": [ |
| 341 "python", | 341 "python", |
| 342 "-u", | 342 "-u", |
| 343 "[DEPOT_TOOLS]/gclient.py", | 343 "[DEPOT_TOOLS]/gclient.py", |
| 344 "runhooks" | 344 "runhooks" |
| 345 ], | 345 ], |
| 346 "env": { | 346 "env": { |
| 347 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre
pare use_goma=1" | 347 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1" |
| 348 }, | 348 }, |
| 349 "name": "gclient runhooks (without patch)" | 349 "name": "gclient runhooks (without patch)" |
| 350 }, | 350 }, |
| 351 { | 351 { |
| 352 "cmd": [ | 352 "cmd": [ |
| 353 "python", | 353 "python", |
| 354 "-u", | 354 "-u", |
| 355 "[BUILD]/scripts/slave/compile.py", | 355 "[BUILD]/scripts/slave/compile.py", |
| 356 "--target", | 356 "--target", |
| 357 "Release", | 357 "Release", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 382 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", | 382 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", |
| 383 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 383 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 384 ] | 384 ] |
| 385 }, | 385 }, |
| 386 { | 386 { |
| 387 "name": "$final_result", | 387 "name": "$final_result", |
| 388 "reason": "Step('compile (without patch)') failed with return_code 1", | 388 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 389 "status_code": 1 | 389 "status_code": 1 |
| 390 } | 390 } |
| 391 ] | 391 ] |
| OLD | NEW |