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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
10 }, | 10 }, |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "--work-dir", | 119 "--work-dir", |
120 "[SLAVE_BUILD]/workdir" | 120 "[SLAVE_BUILD]/workdir" |
121 ], | 121 ], |
122 "cwd": "[SLAVE_BUILD]/v8", | 122 "cwd": "[SLAVE_BUILD]/v8", |
123 "name": "V8Releases" | 123 "name": "V8Releases" |
124 }, | 124 }, |
125 { | 125 { |
126 "cmd": [ | 126 "cmd": [ |
127 "python", | 127 "python", |
128 "-u", | 128 "-u", |
129 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 129 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
130 "--", | 130 "--", |
131 "[DEPOT_TOOLS]/gsutil.py", | 131 "[DEPOT_TOOLS]/gsutil.py", |
132 "----", | 132 "----", |
133 "cp", | 133 "cp", |
134 "[SLAVE_BUILD]/v8-releases-update.json", | 134 "[SLAVE_BUILD]/v8-releases-update.json", |
135 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" | 135 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" |
136 ], | 136 ], |
137 "cwd": "[SLAVE_BUILD]", | 137 "cwd": "[SLAVE_BUILD]", |
138 "name": "gsutil upload", | 138 "name": "gsutil upload", |
139 "~followup_annotations": [ | 139 "~followup_annotations": [ |
140 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" | 140 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" |
141 ] | 141 ] |
142 }, | 142 }, |
143 { | 143 { |
144 "name": "$result", | 144 "name": "$result", |
145 "recipe_result": null, | 145 "recipe_result": null, |
146 "status_code": 0 | 146 "status_code": 0 |
147 } | 147 } |
148 ] | 148 ] |
OLD | NEW |