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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "@@@STEP_LOG_END@json.output@@@" | 267 "@@@STEP_LOG_END@json.output@@@" |
268 ] | 268 ] |
269 }, | 269 }, |
270 { | 270 { |
271 "cmd": [ | 271 "cmd": [ |
272 "git", | 272 "git", |
273 "diff", | 273 "diff", |
274 "--cached", | 274 "--cached", |
275 "--name-only" | 275 "--name-only" |
276 ], | 276 ], |
277 "cwd": "[SLAVE_BUILD]/src", | 277 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
278 "name": "git diff to analyze patch", | 278 "name": "git diff to analyze patch", |
279 "stdout": "/path/to/tmp/", | 279 "stdout": "/path/to/tmp/", |
280 "~followup_annotations": [ | 280 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
282 "@@@STEP_LOG_END@files@@@", | 282 "@@@STEP_LOG_END@files@@@", |
283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
284 ] | 284 ] |
285 }, | 285 }, |
286 { | 286 { |
287 "cmd": [ | 287 "cmd": [ |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 "import sys; sys.exit(0)" | 418 "import sys; sys.exit(0)" |
419 ], | 419 ], |
420 "name": "mark: before_tests" | 420 "name": "mark: before_tests" |
421 }, | 421 }, |
422 { | 422 { |
423 "name": "$result", | 423 "name": "$result", |
424 "recipe_result": null, | 424 "recipe_result": null, |
425 "status_code": 0 | 425 "status_code": 0 |
426 } | 426 } |
427 ] | 427 ] |
OLD | NEW |