OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 "0" | 287 "0" |
288 ], | 288 ], |
289 "name": "Copy Go binary" | 289 "name": "Copy Go binary" |
290 }, | 290 }, |
291 { | 291 { |
292 "cmd": [ | 292 "cmd": [ |
293 "python", | 293 "python", |
294 "-u", | 294 "-u", |
295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
296 "--", | 296 "--", |
297 "[DEPOT_TOOLS]/gsutil.py", | 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
298 "----", | 298 "----", |
299 "help" | 299 "help" |
300 ], | 300 ], |
301 "name": "gsutil help" | 301 "name": "gsutil help" |
302 }, | 302 }, |
303 { | 303 { |
304 "cmd": [ | 304 "cmd": [ |
305 "python", | 305 "python", |
306 "-u", | 306 "-u", |
307 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 307 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1243 "@@@STEP_LOG_END@json.output@@@", | 1243 "@@@STEP_LOG_END@json.output@@@", |
1244 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1244 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1245 ] | 1245 ] |
1246 }, | 1246 }, |
1247 { | 1247 { |
1248 "name": "$result", | 1248 "name": "$result", |
1249 "recipe_result": null, | 1249 "recipe_result": null, |
1250 "status_code": 0 | 1250 "status_code": 0 |
1251 } | 1251 } |
1252 ] | 1252 ] |
OLD | NEW |