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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "@@@STEP_LOG_END@json.output@@@" | 273 "@@@STEP_LOG_END@json.output@@@" |
274 ] | 274 ] |
275 }, | 275 }, |
276 { | 276 { |
277 "cmd": [ | 277 "cmd": [ |
278 "git", | 278 "git", |
279 "diff", | 279 "diff", |
280 "--cached", | 280 "--cached", |
281 "--name-only" | 281 "--name-only" |
282 ], | 282 ], |
283 "cwd": "[SLAVE_BUILD]/src", | 283 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
284 "name": "git diff to analyze patch", | 284 "name": "git diff to analyze patch", |
285 "stdout": "/path/to/tmp/", | 285 "stdout": "/path/to/tmp/", |
286 "~followup_annotations": [ | 286 "~followup_annotations": [ |
287 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 287 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
288 "@@@STEP_LOG_END@files@@@", | 288 "@@@STEP_LOG_END@files@@@", |
289 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 289 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
290 ] | 290 ] |
291 }, | 291 }, |
292 { | 292 { |
293 "cmd": [ | 293 "cmd": [ |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 672 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
673 ] | 673 ] |
674 }, | 674 }, |
675 { | 675 { |
676 "name": "$result", | 676 "name": "$result", |
677 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 677 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
678 "recipe_result": null, | 678 "recipe_result": null, |
679 "status_code": 1 | 679 "status_code": 1 |
680 } | 680 } |
681 ] | 681 ] |
OLD | NEW |