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_clobber_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 246 matching lines...) Loading... |
257 "@@@STEP_LOG_END@json.output@@@" | 257 "@@@STEP_LOG_END@json.output@@@" |
258 ] | 258 ] |
259 }, | 259 }, |
260 { | 260 { |
261 "cmd": [ | 261 "cmd": [ |
262 "git", | 262 "git", |
263 "diff", | 263 "diff", |
264 "--cached", | 264 "--cached", |
265 "--name-only" | 265 "--name-only" |
266 ], | 266 ], |
267 "cwd": "[SLAVE_BUILD]/src", | 267 "cwd": "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", |
268 "name": "git diff to analyze patch", | 268 "name": "git diff to analyze patch", |
269 "stdout": "/path/to/tmp/", | 269 "stdout": "/path/to/tmp/", |
270 "~followup_annotations": [ | 270 "~followup_annotations": [ |
271 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 271 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
272 "@@@STEP_LOG_END@files@@@", | 272 "@@@STEP_LOG_END@files@@@", |
273 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 273 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
274 ] | 274 ] |
275 }, | 275 }, |
276 { | 276 { |
277 "cmd": [ | 277 "cmd": [ |
(...skipping 150 matching lines...) Loading... |
428 "import sys; sys.exit(0)" | 428 "import sys; sys.exit(0)" |
429 ], | 429 ], |
430 "name": "mark: before_tests" | 430 "name": "mark: before_tests" |
431 }, | 431 }, |
432 { | 432 { |
433 "name": "$result", | 433 "name": "$result", |
434 "recipe_result": null, | 434 "recipe_result": null, |
435 "status_code": 0 | 435 "status_code": 0 |
436 } | 436 } |
437 ] | 437 ] |
OLD | NEW |