| 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_gn_chromeos", | 7 "[BUILDER_CACHE]/linux_chromium_gn_chromeos", |
| 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_chromium_gn_chromeos/src/tools/determinism/remove_b
uild_metadata.py", |
| 360 "--build-dir", | 360 "--build-dir", |
| 361 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/out/Release", | 361 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/out/Release" |
| 362 "--src-dir", | |
| 363 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/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_chromium_gn_chromeos/src/tools/swarming_client", | 371 "[BUILDER_CACHE]/linux_chromium_gn_chromeos/src/tools/swarming_client", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 448 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 451 "@@@STEP_LOG_END@python.inline@@@" | 449 "@@@STEP_LOG_END@python.inline@@@" |
| 452 ] | 450 ] |
| 453 }, | 451 }, |
| 454 { | 452 { |
| 455 "name": "$result", | 453 "name": "$result", |
| 456 "recipe_result": null, | 454 "recipe_result": null, |
| 457 "status_code": 0 | 455 "status_code": 0 |
| 458 } | 456 } |
| 459 ] | 457 ] |
| OLD | NEW |