| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 ], | 135 ], |
| 136 "cwd": "[SLAVE_BUILD]/v8", | 136 "cwd": "[SLAVE_BUILD]/v8", |
| 137 "name": "V8Releases" | 137 "name": "V8Releases" |
| 138 }, | 138 }, |
| 139 { | 139 { |
| 140 "cmd": [ | 140 "cmd": [ |
| 141 "python", | 141 "python", |
| 142 "-u", | 142 "-u", |
| 143 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 143 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 144 "--", | 144 "--", |
| 145 "[DEPOT_TOOLS]/gsutil.py", | 145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 146 "----", | 146 "----", |
| 147 "cp", | 147 "cp", |
| 148 "[SLAVE_BUILD]/v8-releases-update.json", | 148 "[SLAVE_BUILD]/v8-releases-update.json", |
| 149 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" | 149 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" |
| 150 ], | 150 ], |
| 151 "name": "gsutil upload", | 151 "name": "gsutil upload", |
| 152 "~followup_annotations": [ | 152 "~followup_annotations": [ |
| 153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" | 153 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" |
| 154 ] | 154 ] |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "name": "$result", | 157 "name": "$result", |
| 158 "recipe_result": null, | 158 "recipe_result": null, |
| 159 "status_code": 0 | 159 "status_code": 0 |
| 160 } | 160 } |
| 161 ] | 161 ] |
| OLD | NEW |