| 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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "name": "compile", | 349 "name": "compile", |
| 350 "~followup_annotations": [ | 350 "~followup_annotations": [ |
| 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 352 "@@@STEP_LOG_END@json.output (invalid)@@@" | 352 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 353 ] | 353 ] |
| 354 }, | 354 }, |
| 355 { | 355 { |
| 356 "cmd": [ | 356 "cmd": [ |
| 357 "python", | 357 "python", |
| 358 "-u", | 358 "-u", |
| 359 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 359 "[BUILDER_CACHE]/linux_layout/src/tools/determinism/remove_build_metadata.
py", |
| 360 "--build-dir", | 360 "--build-dir", |
| 361 "[BUILDER_CACHE]/linux_layout/src/out/Release", | 361 "[BUILDER_CACHE]/linux_layout/src/out/Release" |
| 362 "--src-dir", | |
| 363 "[BUILDER_CACHE]/linux_layout/src" | |
| 364 ], | 362 ], |
| 365 "cwd": "[SLAVE_BUILD]", | 363 "cwd": "[SLAVE_BUILD]", |
| 366 "name": "remove_build_metadata" | 364 "name": "remove_build_metadata" |
| 367 }, | 365 }, |
| 368 { | 366 { |
| 369 "cmd": [ | 367 "cmd": [ |
| 370 "python", | 368 "python", |
| 371 "-u", | 369 "-u", |
| 372 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 370 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 373 "[BUILDER_CACHE]/linux_layout/src/tools/swarming_client", | 371 "[BUILDER_CACHE]/linux_layout/src/tools/swarming_client", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 522 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 525 "@@@STEP_LOG_END@python.inline@@@" | 523 "@@@STEP_LOG_END@python.inline@@@" |
| 526 ] | 524 ] |
| 527 }, | 525 }, |
| 528 { | 526 { |
| 529 "name": "$result", | 527 "name": "$result", |
| 530 "recipe_result": null, | 528 "recipe_result": null, |
| 531 "status_code": 0 | 529 "status_code": 0 |
| 532 } | 530 } |
| 533 ] | 531 ] |
| OLD | NEW |