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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 "@@@STEP_LOG_END@json.output@@@" | 251 "@@@STEP_LOG_END@json.output@@@" |
252 ] | 252 ] |
253 }, | 253 }, |
254 { | 254 { |
255 "cmd": [ | 255 "cmd": [ |
256 "git", | 256 "git", |
257 "diff", | 257 "diff", |
258 "--cached", | 258 "--cached", |
259 "--name-only" | 259 "--name-only" |
260 ], | 260 ], |
261 "cwd": "[SLAVE_BUILD]/src", | 261 "cwd": "[BUILDER_CACHE]/linux_layout/src", |
262 "name": "git diff to analyze patch", | 262 "name": "git diff to analyze patch", |
263 "stdout": "/path/to/tmp/", | 263 "stdout": "/path/to/tmp/", |
264 "~followup_annotations": [ | 264 "~followup_annotations": [ |
265 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 265 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
266 "@@@STEP_LOG_END@files@@@", | 266 "@@@STEP_LOG_END@files@@@", |
267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
268 ] | 268 ] |
269 }, | 269 }, |
270 { | 270 { |
271 "cmd": [ | 271 "cmd": [ |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 496 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
497 ] | 497 ] |
498 }, | 498 }, |
499 { | 499 { |
500 "name": "$result", | 500 "name": "$result", |
501 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 501 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
502 "recipe_result": null, | 502 "recipe_result": null, |
503 "status_code": 1 | 503 "status_code": 1 |
504 } | 504 } |
505 ] | 505 ] |
OLD | NEW |