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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "0" | 288 "0" |
289 ], | 289 ], |
290 "name": "Copy Go binary" | 290 "name": "Copy Go binary" |
291 }, | 291 }, |
292 { | 292 { |
293 "cmd": [ | 293 "cmd": [ |
294 "python", | 294 "python", |
295 "-u", | 295 "-u", |
296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
297 "--", | 297 "--", |
298 "[DEPOT_TOOLS]/gsutil.py", | 298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
299 "----", | 299 "----", |
300 "help" | 300 "help" |
301 ], | 301 ], |
302 "name": "gsutil help" | 302 "name": "gsutil help" |
303 }, | 303 }, |
304 { | 304 { |
305 "cmd": [ | 305 "cmd": [ |
306 "python", | 306 "python", |
307 "-u", | 307 "-u", |
308 "\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", | 308 "\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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1036 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1037 }, | 1037 }, |
1038 "name": "Upload DM Results" | 1038 "name": "Upload DM Results" |
1039 }, | 1039 }, |
1040 { | 1040 { |
1041 "name": "$result", | 1041 "name": "$result", |
1042 "recipe_result": null, | 1042 "recipe_result": null, |
1043 "status_code": 0 | 1043 "status_code": 0 |
1044 } | 1044 } |
1045 ] | 1045 ] |
OLD | NEW |