OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
7 "--", | 7 "--", |
8 "[DEPOT_TOOLS]\\gsutil.py", | 8 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
9 "----", | 9 "----", |
10 "cp", | 10 "cp", |
11 "gs://chromium-drmemory-builds/drmemory-windows-latest-sfx.exe", | 11 "gs://chromium-drmemory-builds/drmemory-windows-latest-sfx.exe", |
12 "drm-sfx.exe" | 12 "drm-sfx.exe" |
13 ], | 13 ], |
14 "cwd": "[SLAVE_BUILD]", | 14 "cwd": "[SLAVE_BUILD]", |
15 "name": "gsutil download" | 15 "name": "gsutil download" |
16 }, | 16 }, |
17 { | 17 { |
18 "cmd": [ | 18 "cmd": [ |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "DRMEMORY_COMMAND": "unpacked/bin/drmemory.exe" | 180 "DRMEMORY_COMMAND": "unpacked/bin/drmemory.exe" |
181 }, | 181 }, |
182 "name": "Chromium 'unit' tests" | 182 "name": "Chromium 'unit' tests" |
183 }, | 183 }, |
184 { | 184 { |
185 "name": "$result", | 185 "name": "$result", |
186 "recipe_result": null, | 186 "recipe_result": null, |
187 "status_code": 0 | 187 "status_code": 0 |
188 } | 188 } |
189 ] | 189 ] |
OLD | NEW |