| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Arm - debug builder", | 10 "V8 Arm - debug builder", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "name": "compile", | 127 "name": "compile", |
| 128 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 130 "@@@STEP_LOG_END@json.output (invalid)@@@" | 130 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 131 ] | 131 ] |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| 136 "-u", | 136 "-u", |
| 137 "RECIPE_MODULE[isolate]/resources/isolate.py", | 137 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 138 "[SLAVE_BUILD]/v8/tools/swarming_client", | 138 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 139 "batcharchive", | 139 "batcharchive", |
| 140 "--dump-json", | 140 "--dump-json", |
| 141 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
| 142 "--isolate-server", | 142 "--isolate-server", |
| 143 "https://isolateserver.appspot.com", | 143 "https://isolateserver.appspot.com", |
| 144 "--verbose", | 144 "--verbose", |
| 145 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", | 145 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
| 146 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", | 146 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", |
| 147 "[SLAVE_BUILD]/v8/out/Debug/optimize_for_size.isolated.gen.json", | 147 "[SLAVE_BUILD]/v8/out/Debug/optimize_for_size.isolated.gen.json", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 158 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"webkit\": \"[dummy hash for webkit]\"@@@
", | 159 "@@@STEP_LOG_LINE@json.output@ \"webkit\": \"[dummy hash for webkit]\"@@@
", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 162 ] |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 168 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 169 "--", | 169 "--", |
| 170 "[DEPOT_TOOLS]/gsutil.py", | 170 "[DEPOT_TOOLS]/gsutil.py", |
| 171 "----", | 171 "----", |
| 172 "cp", | 172 "cp", |
| 173 "-a", | 173 "-a", |
| 174 "public-read", | 174 "public-read", |
| 175 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mjsunit\": \"[dummy
hash for mjsunit]\", \"optimize_for_size\": \"[dummy hash for optimize_for_size
]\", \"simdjs\": \"[dummy hash for simdjs]\", \"webkit\": \"[dummy hash for webk
it]\"}", | 175 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mjsunit\": \"[dummy
hash for mjsunit]\", \"optimize_for_size\": \"[dummy hash for optimize_for_size
]\", \"simdjs\": \"[dummy hash for simdjs]\", \"webkit\": \"[dummy hash for webk
it]\"}", |
| 176 "gs://chromium-v8/v8-arm-dbg/full-build-linux_f2cbea7e89a45f46819777bb78a1
f5bd0241f64c.json" | 176 "gs://chromium-v8/v8-arm-dbg/full-build-linux_f2cbea7e89a45f46819777bb78a1
f5bd0241f64c.json" |
| 177 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", | 178 "cwd": "[SLAVE_BUILD]", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "~followup_annotations": [ | 242 "~followup_annotations": [ |
| 243 "@@@STEP_TEXT@V8 Arm - debug<br />V8 Arm GC Stress@@@" | 243 "@@@STEP_TEXT@V8 Arm - debug<br />V8 Arm GC Stress@@@" |
| 244 ] | 244 ] |
| 245 }, | 245 }, |
| 246 { | 246 { |
| 247 "name": "$result", | 247 "name": "$result", |
| 248 "recipe_result": null, | 248 "recipe_result": null, |
| 249 "status_code": 0 | 249 "status_code": 0 |
| 250 } | 250 } |
| 251 ] | 251 ] |
| OLD | NEW |