| 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.dynamorio", | 8 "client.dynamorio", |
| 9 "--builder", | 9 "--builder", |
| 10 "win-dr-package", | 10 "win-dr-package", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools" | 65 "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools" |
| 66 }, | 66 }, |
| 67 "name": "Package DynamoRIO" | 67 "name": "Package DynamoRIO" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "-u", | 72 "-u", |
| 73 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 73 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 74 "--", | 74 "--", |
| 75 "[DEPOT_TOOLS]/gsutil.py", | 75 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 76 "----", | 76 "----", |
| 77 "cp", | 77 "cp", |
| 78 "DynamoRIO-Windows-*1234567.zip", | 78 "DynamoRIO-Windows-*1234567.zip", |
| 79 "gs://chromium-dynamorio/builds/" | 79 "gs://chromium-dynamorio/builds/" |
| 80 ], | 80 ], |
| 81 "name": "gsutil upload", | 81 "name": "gsutil upload", |
| 82 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 83 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna
morio/builds/@@@" | 83 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna
morio/builds/@@@" |
| 84 ] | 84 ] |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "name": "$result", | 87 "name": "$result", |
| 88 "recipe_result": null, | 88 "recipe_result": null, |
| 89 "status_code": 0 | 89 "status_code": 0 |
| 90 } | 90 } |
| 91 ] | 91 ] |
| OLD | NEW |