| 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_rel_ng", | 10 "v8_linux_rel_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/Release/benchmarks.isolated.gen.json", | 166 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
| 167 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 167 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 168 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 168 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 226 "@@@STEP_TEXT@v8_linux_rel_ng_triggered@@@" | 226 "@@@STEP_TEXT@v8_linux_rel_ng_triggered@@@" |
| 227 ] | 227 ] |
| 228 }, | 228 }, |
| 229 { | 229 { |
| 230 "name": "$result", | 230 "name": "$result", |
| 231 "recipe_result": null, | 231 "recipe_result": null, |
| 232 "status_code": 0 | 232 "status_code": 0 |
| 233 } | 233 } |
| 234 ] | 234 ] |
| OLD | NEW |