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" }, "gcs_bucket": "fuchsia-build", "$recipe_engine/buildbucket": { "build": { "tags": [ { "key": "builder", "value": "topaz-docs-roller" }, { "key": "buildset", "value": "commit/git/d5b1f4a640ee497f741062b4457d371badd2d411" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/d5b1f4a640ee497f741062b4457d371badd2d411" }, { "key": "scheduler_invocation_id", "value": "9087654295601968928" }, { "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-02-07T00:55:25.471549Z", "infra": { "buildbucket": { "serviceConfigRevision": "ef156230f5cd7f8c23f689fa4dc7f92742cd904d" }, "recipe": { "name": "docs_roller", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "hostname": "chromium-swarm.appspot.com" } }, "createdBy": "user:luci-scheduler@appspot.gserviceaccount.com", "input": { "gitilesCommit": { "project": "topaz", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "d5b1f4a640ee497f741062b4457d371badd2d411" } }, "id": "8922224233531107696" } }, "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": 1549500925471549, "tags": [ "builder:topaz-docs-roller", "buildset:commit/git/d5b1f4a640ee497f741062b4457d371badd2d411", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/d5b1f4a640ee497f741062b4457d371badd2d411", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9087654295601968928", "scheduler_job_id:fuchsia/topaz-docs-roller", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "project": "fuchsia", "id": "8922224233531107696" } }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-c-18d3", "path_config": "generic", "packages": [ "topaz/packages/buildbot" ], "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "remote": "https://fuchsia.googlesource.com/integration", "revision": "d5b1f4a640ee497f741062b4457d371badd2d411" } 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.