| 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_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "@@@STEP_LOG_END@json.output@@@" | 270 "@@@STEP_LOG_END@json.output@@@" |
| 271 ] | 271 ] |
| 272 }, | 272 }, |
| 273 { | 273 { |
| 274 "cmd": [ | 274 "cmd": [ |
| 275 "git", | 275 "git", |
| 276 "diff", | 276 "diff", |
| 277 "--cached", | 277 "--cached", |
| 278 "--name-only" | 278 "--name-only" |
| 279 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]/src/third_party/webrtc", | 280 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src/third_party/webrtc", |
| 281 "name": "git diff to analyze patch", | 281 "name": "git diff to analyze patch", |
| 282 "stdout": "/path/to/tmp/", | 282 "stdout": "/path/to/tmp/", |
| 283 "~followup_annotations": [ | 283 "~followup_annotations": [ |
| 284 "@@@STEP_LOG_LINE@files@third_party/webrtc/foo.cc@@@", | 284 "@@@STEP_LOG_LINE@files@third_party/webrtc/foo.cc@@@", |
| 285 "@@@STEP_LOG_END@files@@@", | 285 "@@@STEP_LOG_END@files@@@", |
| 286 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 286 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 287 ] | 287 ] |
| 288 }, | 288 }, |
| 289 { | 289 { |
| 290 "cmd": [ | 290 "cmd": [ |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "import sys; sys.exit(0)" | 357 "import sys; sys.exit(0)" |
| 358 ], | 358 ], |
| 359 "name": "mark: before_tests" | 359 "name": "mark: before_tests" |
| 360 }, | 360 }, |
| 361 { | 361 { |
| 362 "name": "$result", | 362 "name": "$result", |
| 363 "recipe_result": null, | 363 "recipe_result": null, |
| 364 "status_code": 0 | 364 "status_code": 0 |
| 365 } | 365 } |
| 366 ] | 366 ] |
| OLD | NEW |