OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.drmemory", | 8 "client.drmemory", |
9 "--builder", | 9 "--builder", |
10 "win-vista_x64-drm", | 10 "win-vista_x64-drm", |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "BOTTOOLS": "[SLAVE_BUILD]\\tools\\buildbot\\bot_tools" | 211 "BOTTOOLS": "[SLAVE_BUILD]\\tools\\buildbot\\bot_tools" |
212 }, | 212 }, |
213 "name": "Pack test results" | 213 "name": "Pack test results" |
214 }, | 214 }, |
215 { | 215 { |
216 "cmd": [ | 216 "cmd": [ |
217 "python", | 217 "python", |
218 "-u", | 218 "-u", |
219 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 219 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
220 "--", | 220 "--", |
221 "[DEPOT_TOOLS]\\gsutil.py", | 221 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
222 "----", | 222 "----", |
223 "cp", | 223 "cp", |
224 "testlogs_r123456789abcdef_b42.7z", | 224 "testlogs_r123456789abcdef_b42.7z", |
225 "gs://chromium-drmemory-builds/testlogs/from_win-vista_x64-drm" | 225 "gs://chromium-drmemory-builds/testlogs/from_win-vista_x64-drm" |
226 ], | 226 ], |
227 "name": "gsutil upload", | 227 "name": "gsutil upload", |
228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
229 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_win-vista_x64-drm@@@" | 229 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_win-vista_x64-drm@@@" |
230 ] | 230 ] |
231 }, | 231 }, |
232 { | 232 { |
233 "name": "$result", | 233 "name": "$result", |
234 "recipe_result": null, | 234 "recipe_result": null, |
235 "status_code": 0 | 235 "status_code": 0 |
236 } | 236 } |
237 ] | 237 ] |
OLD | NEW |