| 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]/linux_arm", | 7 "[BUILDER_CACHE]/linux_arm", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "@@@STEP_LOG_END@json.output@@@" | 252 "@@@STEP_LOG_END@json.output@@@" |
| 253 ] | 253 ] |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "git", | 257 "git", |
| 258 "diff", | 258 "diff", |
| 259 "--cached", | 259 "--cached", |
| 260 "--name-only" | 260 "--name-only" |
| 261 ], | 261 ], |
| 262 "cwd": "[SLAVE_BUILD]/src", | 262 "cwd": "[BUILDER_CACHE]/linux_arm/src", |
| 263 "name": "git diff to analyze patch", | 263 "name": "git diff to analyze patch", |
| 264 "stdout": "/path/to/tmp/", | 264 "stdout": "/path/to/tmp/", |
| 265 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 266 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 266 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 267 "@@@STEP_LOG_END@files@@@", | 267 "@@@STEP_LOG_END@files@@@", |
| 268 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 268 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 269 ] | 269 ] |
| 270 }, | 270 }, |
| 271 { | 271 { |
| 272 "cmd": [ | 272 "cmd": [ |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "import sys; sys.exit(0)" | 320 "import sys; sys.exit(0)" |
| 321 ], | 321 ], |
| 322 "name": "mark: before_tests" | 322 "name": "mark: before_tests" |
| 323 }, | 323 }, |
| 324 { | 324 { |
| 325 "name": "$result", | 325 "name": "$result", |
| 326 "recipe_result": null, | 326 "recipe_result": null, |
| 327 "status_code": 0 | 327 "status_code": 0 |
| 328 } | 328 } |
| 329 ] | 329 ] |
| OLD | NEW |