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": 1547686218001736, "tags": [ "builder:topaz-docs-roller", "buildset:commit/git/3cbdb36b2b3cf8f4876d420776cb7f5636703c24", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/3cbdb36b2b3cf8f4876d420776cb7f5636703c24", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089557154333049040", "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": "8924127092232117440" } }, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-b-5l4v", "path_config": "generic", "packages": [ "topaz/packages/buildbot" ], "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "remote": "https://fuchsia.googlesource.com/integration", "revision": "3cbdb36b2b3cf8f4876d420776cb7f5636703c24" } 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.