| 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", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"another one\"@@@", |
| 340 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 340 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 341 "@@@STEP_LOG_LINE@json.output@}@@@", | 341 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 342 "@@@STEP_LOG_END@json.output@@@" | 342 "@@@STEP_LOG_END@json.output@@@" |
| 343 ] | 343 ] |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 "cmd": [ | 346 "cmd": [ |
| 347 "python", | 347 "python", |
| 348 "-u", | 348 "-u", |
| 349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 350 "--show-path", | |
| 351 "python", | |
| 352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 353 "--event-mon-run-type", | |
| 354 "test", | |
| 355 "--master-name", | |
| 356 "tryserver.chromium.linux", | |
| 357 "--builder-name", | |
| 358 "linux_chromium_rel_ng", | |
| 359 "--build-id", | |
| 360 "571", | |
| 361 "--analyze-input", | |
| 362 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"base_unittests\"]}", | |
| 363 "--analyze-output", | |
| 364 "{\"invalid_targets\": [\"invalid target\", \"another one\"]}" | |
| 365 ], | |
| 366 "name": "analyze report" | |
| 367 }, | |
| 368 { | |
| 369 "cmd": [ | |
| 370 "python", | |
| 371 "-u", | |
| 372 "import sys; sys.exit(0)" | 349 "import sys; sys.exit(0)" |
| 373 ], | 350 ], |
| 374 "name": "mark: before_tests", | 351 "name": "mark: before_tests", |
| 375 "~followup_annotations": [ | 352 "~followup_annotations": [ |
| 376 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" | 353 "@@@SET_BUILD_PROPERTY@failure_hash@\"3908b365fae78e6b96f5e3b38db5b33131cd
e606\"@@@" |
| 377 ] | 354 ] |
| 378 }, | 355 }, |
| 379 { | 356 { |
| 380 "name": "$result", | 357 "name": "$result", |
| 381 "reason": "Error, following targets were not found: invalid target, another
one", | 358 "reason": "Error, following targets were not found: invalid target, another
one", |
| 382 "recipe_result": null, | 359 "recipe_result": null, |
| 383 "status_code": 1 | 360 "status_code": 1 |
| 384 } | 361 } |
| 385 ] | 362 ] |
| OLD | NEW |