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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "@@@STEP_LOG_END@json.output@@@" | 279 "@@@STEP_LOG_END@json.output@@@" |
280 ] | 280 ] |
281 }, | 281 }, |
282 { | 282 { |
283 "cmd": [ | 283 "cmd": [ |
284 "git", | 284 "git", |
285 "diff", | 285 "diff", |
286 "--cached", | 286 "--cached", |
287 "--name-only" | 287 "--name-only" |
288 ], | 288 ], |
289 "cwd": "[SLAVE_BUILD]/src", | 289 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
290 "name": "git diff to analyze patch", | 290 "name": "git diff to analyze patch", |
291 "stdout": "/path/to/tmp/", | 291 "stdout": "/path/to/tmp/", |
292 "~followup_annotations": [ | 292 "~followup_annotations": [ |
293 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 293 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
294 "@@@STEP_LOG_END@files@@@", | 294 "@@@STEP_LOG_END@files@@@", |
295 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 295 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
296 ] | 296 ] |
297 }, | 297 }, |
298 { | 298 { |
299 "cmd": [ | 299 "cmd": [ |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 "import sys; sys.exit(0)" | 368 "import sys; sys.exit(0)" |
369 ], | 369 ], |
370 "name": "mark: before_tests" | 370 "name": "mark: before_tests" |
371 }, | 371 }, |
372 { | 372 { |
373 "name": "$result", | 373 "name": "$result", |
374 "recipe_result": null, | 374 "recipe_result": null, |
375 "status_code": 0 | 375 "status_code": 0 |
376 } | 376 } |
377 ] | 377 ] |
OLD | NEW |