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_perf <<EOF { "build.board": "boards/x64.gni", "build.variants": [ "host_asan" ], "recipe": "fuchsia_perf", "device_type": "Intel NUC Kit NUC7i5DNHE", "build.target": "x64", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "gcs_bucket": "fuchsia-build", "benchmarks_package": "peridot_benchmarks", "dashboard_masters_name": "fuchsia.ci", "board": "boards/x64.gni", "dashboard_bots_name": "peridot-x64-perf-dawson_canyon", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "d275ad094ec9ffd9a55de51448773f12f0709814", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "branch": "refs/heads/master", "repository": "https://fuchsia.googlesource.com/integration", "buildername": "peridot-x64-perf-dawson_canyon", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1556030230438333, "tags": [ "builder:peridot-x64-perf-dawson_canyon", "buildset:commit/git/d275ad094ec9ffd9a55de51448773f12f0709814", "buildset:commit/gitiles/fuchsia.googlesource.com/integration/+/d275ad094ec9ffd9a55de51448773f12f0709814", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9080807823183628880", "scheduler_job_id:fuchsia/global.ci-peridot-x64-perf-dawson_canyon", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.global.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8915377761046407952" } }, "test_timeout_secs": 1200, "variants": [ "host_asan" ], "packages": [ "//bundles:buildbot" ], "build_type": "release", "build.build_type": "release", "repo": "peridot", "remote": "https://fuchsia.googlesource.com/integration", "target": "x64", "manifest": "flower", "project": "integration", "$recipe_engine/buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "tags": [ { "key": "buildset", "value": "commit/git/d275ad094ec9ffd9a55de51448773f12f0709814" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/integration/+/d275ad094ec9ffd9a55de51448773f12f0709814" }, { "key": "scheduler_invocation_id", "value": "9080807823183628880" }, { "key": "scheduler_job_id", "value": "fuchsia/global.ci-peridot-x64-perf-dawson_canyon" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "peridot-x64-perf-dawson_canyon", "bucket": "global.ci" }, "createTime": "2019-04-23T14:37:10.438333Z", "infra": { "buildbucket": { "serviceConfigRevision": "02ec3423faf0b582282819f8d3748ba19ad75015" }, "recipe": { "name": "fuchsia_perf", "cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes" }, "swarming": { "priority": 30, "hostname": "chromium-swarm.appspot.com", "taskServiceAccount": "fuchsia-ci-builder@fuchsia-infra.iam.gserviceaccount.com" } }, "createdBy": "project:fuchsia", "input": { "gitilesCommit": { "project": "integration", "host": "fuchsia.googlesource.com", "ref": "refs/heads/master", "id": "d275ad094ec9ffd9a55de51448773f12f0709814" } }, "id": "8915377761046407952" } }, "path_config": "generic", "bot_id": "fuchsia-debian-32-488667e2-us-central1-c-cztk" } 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.