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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
279 ] | 279 ] |
280 }, | 280 }, |
281 { | 281 { |
282 "cmd": [ | 282 "cmd": [ |
283 "git", | 283 "git", |
284 "diff", | 284 "diff", |
285 "--cached", | 285 "--cached", |
286 "--name-only" | 286 "--name-only" |
287 ], | 287 ], |
288 "cwd": "[SLAVE_BUILD]/src", | 288 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
289 "name": "git diff to analyze patch", | 289 "name": "git diff to analyze patch", |
290 "stdout": "/path/to/tmp/", | 290 "stdout": "/path/to/tmp/", |
291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
292 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 292 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
293 "@@@STEP_LOG_END@files@@@", | 293 "@@@STEP_LOG_END@files@@@", |
294 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 294 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
295 ] | 295 ] |
296 }, | 296 }, |
297 { | 297 { |
298 "cmd": [ | 298 "cmd": [ |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1056 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 1056 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
1057 ] | 1057 ] |
1058 }, | 1058 }, |
1059 { | 1059 { |
1060 "name": "$result", | 1060 "name": "$result", |
1061 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 1061 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
1062 "recipe_result": null, | 1062 "recipe_result": null, |
1063 "status_code": 1 | 1063 "status_code": 1 |
1064 } | 1064 } |
1065 ] | 1065 ] |
OLD | NEW |