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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 "0" | 285 "0" |
286 ], | 286 ], |
287 "name": "Copy Go binary" | 287 "name": "Copy Go binary" |
288 }, | 288 }, |
289 { | 289 { |
290 "cmd": [ | 290 "cmd": [ |
291 "python", | 291 "python", |
292 "-u", | 292 "-u", |
293 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 293 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
294 "--", | 294 "--", |
295 "[DEPOT_TOOLS]/gsutil.py", | 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
296 "----", | 296 "----", |
297 "help" | 297 "help" |
298 ], | 298 ], |
299 "name": "gsutil help" | 299 "name": "gsutil help" |
300 }, | 300 }, |
301 { | 301 { |
302 "cmd": [ | 302 "cmd": [ |
303 "python", | 303 "python", |
304 "-u", | 304 "-u", |
305 "\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", | 305 "\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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1045 }, | 1045 }, |
1046 "name": "Upload DM Results" | 1046 "name": "Upload DM Results" |
1047 }, | 1047 }, |
1048 { | 1048 { |
1049 "name": "$result", | 1049 "name": "$result", |
1050 "recipe_result": null, | 1050 "recipe_result": null, |
1051 "status_code": 0 | 1051 "status_code": 0 |
1052 } | 1052 } |
1053 ] | 1053 ] |
OLD | NEW |