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]/chromeos_amd64_generic_chromium_compile_only_ng", | 7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 "@@@STEP_LOG_END@json.output@@@" | 248 "@@@STEP_LOG_END@json.output@@@" |
249 ] | 249 ] |
250 }, | 250 }, |
251 { | 251 { |
252 "cmd": [ | 252 "cmd": [ |
253 "git", | 253 "git", |
254 "diff", | 254 "diff", |
255 "--cached", | 255 "--cached", |
256 "--name-only" | 256 "--name-only" |
257 ], | 257 ], |
258 "cwd": "[SLAVE_BUILD]/src", | 258 "cwd": "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src"
, |
259 "name": "git diff to analyze patch", | 259 "name": "git diff to analyze patch", |
260 "stdout": "/path/to/tmp/", | 260 "stdout": "/path/to/tmp/", |
261 "~followup_annotations": [ | 261 "~followup_annotations": [ |
262 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 262 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
263 "@@@STEP_LOG_END@files@@@", | 263 "@@@STEP_LOG_END@files@@@", |
264 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 264 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
265 ] | 265 ] |
266 }, | 266 }, |
267 { | 267 { |
268 "cmd": [ | 268 "cmd": [ |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 "import sys; sys.exit(0)" | 344 "import sys; sys.exit(0)" |
345 ], | 345 ], |
346 "name": "mark: before_tests" | 346 "name": "mark: before_tests" |
347 }, | 347 }, |
348 { | 348 { |
349 "name": "$result", | 349 "name": "$result", |
350 "recipe_result": null, | 350 "recipe_result": null, |
351 "status_code": 0 | 351 "status_code": 0 |
352 } | 352 } |
353 ] | 353 ] |
OLD | NEW |