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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 "0" | 286 "0" |
287 ], | 287 ], |
288 "name": "Copy Go binary" | 288 "name": "Copy Go binary" |
289 }, | 289 }, |
290 { | 290 { |
291 "cmd": [ | 291 "cmd": [ |
292 "python", | 292 "python", |
293 "-u", | 293 "-u", |
294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
295 "--", | 295 "--", |
296 "[DEPOT_TOOLS]/gsutil.py", | 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
297 "----", | 297 "----", |
298 "help" | 298 "help" |
299 ], | 299 ], |
300 "name": "gsutil help" | 300 "name": "gsutil help" |
301 }, | 301 }, |
302 { | 302 { |
303 "cmd": [ | 303 "cmd": [ |
304 "python", | 304 "python", |
305 "-u", | 305 "-u", |
306 "\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", | 306 "\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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 755 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
756 "@@@STEP_LOG_END@python.inline@@@" | 756 "@@@STEP_LOG_END@python.inline@@@" |
757 ] | 757 ] |
758 }, | 758 }, |
759 { | 759 { |
760 "cmd": [ | 760 "cmd": [ |
761 "python", | 761 "python", |
762 "-u", | 762 "-u", |
763 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 763 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
764 "--", | 764 "--", |
765 "[DEPOT_TOOLS]/gsutil.py", | 765 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
766 "----", | 766 "----", |
767 "cp", | 767 "cp", |
768 "-R", | 768 "-R", |
769 "gs://chromium-skia-gm/playback_42/skps/*", | 769 "gs://chromium-skia-gm/playback_42/skps/*", |
770 "[SLAVE_BUILD]/skps" | 770 "[SLAVE_BUILD]/skps" |
771 ], | 771 ], |
772 "env": { | 772 "env": { |
773 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 773 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
774 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 774 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
775 }, | 775 }, |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1363 "@@@STEP_LOG_END@json.output@@@", | 1363 "@@@STEP_LOG_END@json.output@@@", |
1364 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1364 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1365 ] | 1365 ] |
1366 }, | 1366 }, |
1367 { | 1367 { |
1368 "name": "$result", | 1368 "name": "$result", |
1369 "recipe_result": null, | 1369 "recipe_result": null, |
1370 "status_code": 0 | 1370 "status_code": 0 |
1371 } | 1371 } |
1372 ] | 1372 ] |
OLD | NEW |