| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "@@@STEP_LOG_LINE@json.output@}@@@", | 232 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 233 "@@@STEP_LOG_END@json.output@@@" | 233 "@@@STEP_LOG_END@json.output@@@" |
| 234 ] | 234 ] |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 "cmd": [ | 237 "cmd": [ |
| 238 "python", | 238 "python", |
| 239 "-u", | 239 "-u", |
| 240 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 240 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
| 241 "--", | 241 "--", |
| 242 "[DEPOT_TOOLS]\\gsutil.py", | 242 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 243 "----", | 243 "----", |
| 244 "cp", | 244 "cp", |
| 245 "-a", | 245 "-a", |
| 246 "public-read", | 246 "public-read", |
| 247 "{\"bot_default\": \"[dummy hash for bot_default]\", \"ignition\": \"[dumm
y hash for ignition]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\":
\"[dummy hash for test262]\"}", | 247 "{\"bot_default\": \"[dummy hash for bot_default]\", \"ignition\": \"[dumm
y hash for ignition]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\":
\"[dummy hash for test262]\"}", |
| 248 "gs://chromium-v8/v8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78
a1f5bd0241f64c.json" | 248 "gs://chromium-v8/v8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78
a1f5bd0241f64c.json" |
| 249 ], | 249 ], |
| 250 "name": "gsutil upload", | 250 "name": "gsutil upload", |
| 251 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" | 252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 302 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 302 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
| 303 ] | 303 ] |
| 304 }, | 304 }, |
| 305 { | 305 { |
| 306 "name": "$result", | 306 "name": "$result", |
| 307 "recipe_result": null, | 307 "recipe_result": null, |
| 308 "status_code": 0 | 308 "status_code": 0 |
| 309 } | 309 } |
| 310 ] | 310 ] |
| OLD | NEW |