Back to build
Raw log | Switch to full mode | Login

To repro this locally, run the following line from the root of a 'infra' checkout: ./recipes.py run --properties-file - docs_roller <<EOF { "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "gcs_bucket": "fuchsia-build", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/5dca49d6cf9b3d0282d59802c75aad57edfefdcb" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/5dca49d6cf9b3d0282d59802c75aad57edfefdcb" }, { "key": "scheduler_invocation_id", "value": "9084301685254482208" }, { "key": "scheduler_job_id", "value": "fuchsia/topaz-docs-roller" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-docs-roller", "bucket": "ci" }, "createTime": "2019-03-16T01:03:44.108985Z", "infra": { "buildbucket": { "serviceConfigRevision": "369918704db3d6ab3662c46b670a46af1748c6c1" }, "recipe": { "name": "docs_roller", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "hostname": "chromium-swarm.appspot.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "topaz", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "5dca49d6cf9b3d0282d59802c75aad57edfefdcb" } }, "id": "8918871622916060816" } }, "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-docs-roller", "recipe": "docs_roller", "manifest": "flower", "project": "integration", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1552698224108985, "tags": [ "builder:topaz-docs-roller", "buildset:commit/git/5dca49d6cf9b3d0282d59802c75aad57edfefdcb", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/5dca49d6cf9b3d0282d59802c75aad57edfefdcb", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9084301685254482208", "scheduler_job_id:fuchsia/topaz-docs-roller", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8918871622916060816" } }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-b-4j8p", "path_config": "generic", "packages": [ "topaz/bundles/buildbot" ], "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "remote": "https://fuchsia.googlesource.com/integration", "revision": "5dca49d6cf9b3d0282d59802c75aad57edfefdcb" } EOF To run on Windows, you can put the JSON in a file and redirect the contents of the file into run_recipe.py, with the < operator.