| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "name": "cleanup_temp" | 8 "name": "cleanup_temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "--work-dir", | 83 "--work-dir", |
| 84 "[SLAVE_BUILD]/workdir" | 84 "[SLAVE_BUILD]/workdir" |
| 85 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]/v8", | 86 "cwd": "[SLAVE_BUILD]/v8", |
| 87 "name": "V8Releases" | 87 "name": "V8Releases" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "python", | 91 "python", |
| 92 "-u", | 92 "-u", |
| 93 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 93 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 94 "--", | 94 "--", |
| 95 "[DEPOT_TOOLS]/gsutil.py", | 95 "[DEPOT_TOOLS]/gsutil.py", |
| 96 "--force-version", | 96 "--force-version", |
| 97 "3.25", | 97 "3.25", |
| 98 "--", | 98 "--", |
| 99 "cp", | 99 "cp", |
| 100 "[SLAVE_BUILD]/v8-releases-update.json", | 100 "[SLAVE_BUILD]/v8-releases-update.json", |
| 101 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" | 101 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" |
| 102 ], | 102 ], |
| 103 "name": "gsutil upload", | 103 "name": "gsutil upload", |
| 104 "~followup_annotations": [ | 104 "~followup_annotations": [ |
| 105 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" | 105 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" |
| 106 ] | 106 ] |
| 107 } | 107 } |
| 108 ] | 108 ] |
| OLD | NEW |