| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_dbg_ng", | 10 "v8_linux_dbg_ng", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "name": "compile", | 148 "name": "compile", |
| 149 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 151 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 152 ] | 152 ] |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 "cmd": [ | 155 "cmd": [ |
| 156 "python", | 156 "python", |
| 157 "-u", | 157 "-u", |
| 158 "RECIPE_MODULE[isolate]/resources/isolate.py", | 158 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 159 "[SLAVE_BUILD]/v8/tools/swarming_client", | 159 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 160 "batcharchive", | 160 "batcharchive", |
| 161 "--dump-json", | 161 "--dump-json", |
| 162 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
| 163 "--isolate-server", | 163 "--isolate-server", |
| 164 "https://isolateserver.appspot.com", | 164 "https://isolateserver.appspot.com", |
| 165 "--verbose", | 165 "--verbose", |
| 166 "[SLAVE_BUILD]/v8/out/Debug/benchmarks.isolated.gen.json", | 166 "[SLAVE_BUILD]/v8/out/Debug/benchmarks.isolated.gen.json", |
| 167 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", | 167 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
| 168 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", | 168 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "~followup_annotations": [ | 222 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" | 223 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" |
| 224 ] | 224 ] |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "name": "$result", | 227 "name": "$result", |
| 228 "recipe_result": null, | 228 "recipe_result": null, |
| 229 "status_code": 0 | 229 "status_code": 0 |
| 230 } | 230 } |
| 231 ] | 231 ] |
| OLD | NEW |