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", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-wtj3", "remote": "https://fuchsia.googlesource.com/integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/87107c893dcd3cf681424b09a06be9f7884a9365" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/87107c893dcd3cf681424b09a06be9f7884a9365" }, { "key": "scheduler_invocation_id", "value": "9081628626193228432" }, { "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-04-14T13:10:51.568947Z", "infra": { "buildbucket": { "serviceConfigRevision": "f1cb5ab2daf14367cb28d5454c1b931c9c1f3095" }, "recipe": { "name": "docs_roller", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "docs-roller@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "topaz", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "87107c893dcd3cf681424b09a06be9f7884a9365" } }, "id": "8916198564182576016" } }, "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": 1555247451568947, "tags": [ "builder:topaz-docs-roller", "buildset:commit/git/87107c893dcd3cf681424b09a06be9f7884a9365", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/87107c893dcd3cf681424b09a06be9f7884a9365", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9081628626193228432", "scheduler_job_id:fuchsia/topaz-docs-roller", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8916198564182576016" } }, "checkout.remote": "https://fuchsia.googlesource.com/integration", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "branch": "refs/heads/master", "path_config": "generic", "gcs_bucket": "fuchsia-build", "packages": [ "//topaz/bundles:buildbot" ], "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "checkout.project": "integration", "revision": "87107c893dcd3cf681424b09a06be9f7884a9365" } 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.