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", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-docs-roller", "recipe": "docs_roller", "manifest": "topaz/topaz", "project": "integration", "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1546606043768556, "tags": [ "builder:topaz-docs-roller", "buildset:commit/git/fc4def24bcc4ab7790ab993674bc1fa1ec1ff88f", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/fc4def24bcc4ab7790ab993674bc1fa1ec1ff88f", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9090689799217920432", "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": "8925259737008328240" } }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-c-m4hw", "path_config": "generic", "packages": [ "topaz/packages/buildbot" ], "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "remote": "https://fuchsia.googlesource.com/integration", "revision": "fc4def24bcc4ab7790ab993674bc1fa1ec1ff88f" } 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.