| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "0" | 315 "0" |
| 316 ], | 316 ], |
| 317 "name": "Copy Go binary" | 317 "name": "Copy Go binary" |
| 318 }, | 318 }, |
| 319 { | 319 { |
| 320 "cmd": [ | 320 "cmd": [ |
| 321 "python", | 321 "python", |
| 322 "-u", | 322 "-u", |
| 323 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 323 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 324 "--", | 324 "--", |
| 325 "[DEPOT_TOOLS]/gsutil.py", | 325 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 326 "----", | 326 "----", |
| 327 "help" | 327 "help" |
| 328 ], | 328 ], |
| 329 "name": "gsutil help" | 329 "name": "gsutil help" |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 "cmd": [ | 332 "cmd": [ |
| 333 "python", | 333 "python", |
| 334 "-u", | 334 "-u", |
| 335 "\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", | 335 "\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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1107 }, | 1107 }, |
| 1108 "name": "Upload perf results" | 1108 "name": "Upload perf results" |
| 1109 }, | 1109 }, |
| 1110 { | 1110 { |
| 1111 "name": "$result", | 1111 "name": "$result", |
| 1112 "recipe_result": null, | 1112 "recipe_result": null, |
| 1113 "status_code": 0 | 1113 "status_code": 0 |
| 1114 } | 1114 } |
| 1115 ] | 1115 ] |
| OLD | NEW |