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 - fuchsia <<EOF { "build.run_tests": true, "build.target": "arm64", "recipe": "fuchsia", "checkout.remote": "https://fuchsia.googlesource.com/integration", "checkout.project": "integration", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "test.test_in_shards": true, "test.timeout_secs": 1800, "board": "topaz/boards/arm64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "e5810dfa1e37863808273f7f64da9221a3369b72", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-arm64-release", "run_tests": true, "test_in_shards": true, "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1555983047384751, "tags": [ "builder:topaz-arm64-release", "buildset:commit/git/e5810dfa1e37863808273f7f64da9221a3369b72", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/e5810dfa1e37863808273f7f64da9221a3369b72", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9080857298084036720", "scheduler_job_id:fuchsia/ci-topaz-arm64-release", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8915427236064479072" } }, "test_timeout_secs": 1800, "packages": [ "//topaz/bundles:buildbot" ], "build_type": "release", "build.build_type": "release", "repo": "topaz", "remote": "https://fuchsia.googlesource.com/integration", "target": "arm64", "manifest": "flower", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/e5810dfa1e37863808273f7f64da9221a3369b72" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/e5810dfa1e37863808273f7f64da9221a3369b72" }, { "key": "scheduler_invocation_id", "value": "9080857298084036720" }, { "key": "scheduler_job_id", "value": "fuchsia/ci-topaz-arm64-release" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-arm64-release", "bucket": "ci" }, "createTime": "2019-04-23T01:30:47.384751Z", "infra": { "buildbucket": { "serviceConfigRevision": "02ec3423faf0b582282819f8d3748ba19ad75015" }, "recipe": { "name": "fuchsia", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "topaz-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "topaz", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "e5810dfa1e37863808273f7f64da9221a3369b72" } }, "id": "8915427236064479072" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-c-wshb" } 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.