OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\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", | 6 "\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", |
7 "[BUILDER_CACHE]/mac_layout", | 7 "[BUILDER_CACHE]/mac_layout", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 "@@@STEP_LOG_END@json.output@@@" | 254 "@@@STEP_LOG_END@json.output@@@" |
255 ] | 255 ] |
256 }, | 256 }, |
257 { | 257 { |
258 "cmd": [ | 258 "cmd": [ |
259 "git", | 259 "git", |
260 "diff", | 260 "diff", |
261 "--cached", | 261 "--cached", |
262 "--name-only" | 262 "--name-only" |
263 ], | 263 ], |
264 "cwd": "[SLAVE_BUILD]/src/third_party/skia", | 264 "cwd": "[BUILDER_CACHE]/mac_layout/src/third_party/skia", |
265 "name": "git diff to analyze patch", | 265 "name": "git diff to analyze patch", |
266 "stdout": "/path/to/tmp/", | 266 "stdout": "/path/to/tmp/", |
267 "~followup_annotations": [ | 267 "~followup_annotations": [ |
268 "@@@STEP_LOG_LINE@files@third_party/skia/foo.cc@@@", | 268 "@@@STEP_LOG_LINE@files@third_party/skia/foo.cc@@@", |
269 "@@@STEP_LOG_END@files@@@", | 269 "@@@STEP_LOG_END@files@@@", |
270 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" | 270 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" |
271 ] | 271 ] |
272 }, | 272 }, |
273 { | 273 { |
274 "cmd": [ | 274 "cmd": [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "import sys; sys.exit(0)" | 341 "import sys; sys.exit(0)" |
342 ], | 342 ], |
343 "name": "mark: before_tests" | 343 "name": "mark: before_tests" |
344 }, | 344 }, |
345 { | 345 { |
346 "name": "$result", | 346 "name": "$result", |
347 "recipe_result": null, | 347 "recipe_result": null, |
348 "status_code": 0 | 348 "status_code": 0 |
349 } | 349 } |
350 ] | 350 ] |
OLD | NEW |