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-builder", | 10 "win-builder", |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "[SLAVE_BUILD]\\drmemory-windows-latest-sfx.exe" | 120 "[SLAVE_BUILD]\\drmemory-windows-latest-sfx.exe" |
121 ], | 121 ], |
122 "name": "copy locally" | 122 "name": "copy locally" |
123 }, | 123 }, |
124 { | 124 { |
125 "cmd": [ | 125 "cmd": [ |
126 "python", | 126 "python", |
127 "-u", | 127 "-u", |
128 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 128 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
129 "--", | 129 "--", |
130 "[DEPOT_TOOLS]\\gsutil.py", | 130 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
131 "----", | 131 "----", |
132 "cp", | 132 "cp", |
133 "drmemory-windows-latest-sfx.exe", | 133 "drmemory-windows-latest-sfx.exe", |
134 "gs://chromium-drmemory-builds/" | 134 "gs://chromium-drmemory-builds/" |
135 ], | 135 ], |
136 "cwd": "[SLAVE_BUILD]", | 136 "cwd": "[SLAVE_BUILD]", |
137 "name": "gsutil upload", | 137 "name": "gsutil upload", |
138 "~followup_annotations": [ | 138 "~followup_annotations": [ |
139 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/@@@" | 139 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/@@@" |
140 ] | 140 ] |
141 }, | 141 }, |
142 { | 142 { |
143 "cmd": [ | 143 "cmd": [ |
144 "python", | 144 "python", |
145 "-u", | 145 "-u", |
146 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 146 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
147 "--", | 147 "--", |
148 "[DEPOT_TOOLS]\\gsutil.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
149 "----", | 149 "----", |
150 "cp", | 150 "cp", |
151 "DrMemory-Windows-*1234567.zip", | 151 "DrMemory-Windows-*1234567.zip", |
152 "gs://chromium-drmemory-builds/builds/" | 152 "gs://chromium-drmemory-builds/builds/" |
153 ], | 153 ], |
154 "name": "gsutil upload (2)", | 154 "name": "gsutil upload (2)", |
155 "~followup_annotations": [ | 155 "~followup_annotations": [ |
156 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/builds/@@@" | 156 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/builds/@@@" |
157 ] | 157 ] |
158 }, | 158 }, |
159 { | 159 { |
160 "name": "$result", | 160 "name": "$result", |
161 "recipe_result": null, | 161 "recipe_result": null, |
162 "status_code": 0 | 162 "status_code": 0 |
163 } | 163 } |
164 ] | 164 ] |
OLD | NEW |