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