| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 ], | 99 ], |
| 100 "env": { | 100 "env": { |
| 101 "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" | 101 "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" |
| 102 }, | 102 }, |
| 103 "name": "gclient runhooks" | 103 "name": "gclient runhooks" |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [ | 106 "cmd": [ |
| 107 "python", | 107 "python", |
| 108 "-u", | 108 "-u", |
| 109 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 109 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 110 "--build-dir", | 110 "--build-dir", |
| 111 "[SLAVE_BUILD]/src/out/Release", | 111 "[SLAVE_BUILD]/src/out/Release", |
| 112 "--clean-isolated-files" | 112 "--clean-isolated-files" |
| 113 ], | 113 ], |
| 114 "name": "clean isolated files" | 114 "name": "clean isolated files" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "@@@STEP_LOG_END@python.inline@@@", | 288 "@@@STEP_LOG_END@python.inline@@@", |
| 289 "@@@SET_BUILD_PROPERTY@failure_hash@\"8bcc0f083de6368de427b224ac996bf0d27e
a660\"@@@" | 289 "@@@SET_BUILD_PROPERTY@failure_hash@\"8bcc0f083de6368de427b224ac996bf0d27e
a660\"@@@" |
| 290 ] | 290 ] |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "name": "$final_result", | 293 "name": "$final_result", |
| 294 "reason": "Step('webkit_unit_tests') failed with return_code 1", | 294 "reason": "Step('webkit_unit_tests') failed with return_code 1", |
| 295 "status_code": 1 | 295 "status_code": 1 |
| 296 } | 296 } |
| 297 ] | 297 ] |
| OLD | NEW |