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 { "recipe": "fuchsia_perf", "checkout.remote": "https://fuchsia.googlesource.com/integration", "device_type": "Intel NUC Kit NUC7i5DNHE", "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", "benchmarks_package": "topaz_benchmarks", "dashboard_masters_name": "fuchsia.ci", "board": "topaz/boards/x64.gni", "branch": "refs/heads/master", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "dd8c018d6edebba18fa441c286a841ee73f8012c", "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "product": "products/core.gni", "dashboard_bots_name": "topaz-x64-perf-dawson_canyon", "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-x64-perf-dawson_canyon", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1555449110995550, "tags": [ "builder:topaz-x64-perf-dawson_canyon", "buildset:commit/git/dd8c018d6edebba18fa441c286a841ee73f8012c", "buildset:commit/gitiles/fuchsia.googlesource.com/topaz/+/dd8c018d6edebba18fa441c286a841ee73f8012c", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9081417171348761936", "scheduler_job_id:fuchsia/topaz-x64-perf-dawson_canyon", "user_agent:luci-scheduler" ], "bucket": "luci.fuchsia.ci", "created_by": "project:fuchsia", "project": "fuchsia", "id": "8915987108947812800" } }, "test_timeout_secs": 1200, "packages": [ "//topaz/bundles:buildbot" ], "build_type": "release", "build.build_type": "release", "repo": "topaz", "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/dd8c018d6edebba18fa441c286a841ee73f8012c" }, { "key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/topaz/+/dd8c018d6edebba18fa441c286a841ee73f8012c" }, { "key": "scheduler_invocation_id", "value": "9081417171348761936" }, { "key": "scheduler_job_id", "value": "fuchsia/topaz-x64-perf-dawson_canyon" }, { "key": "user_agent", "value": "luci-scheduler" } ], "builder": { "project": "fuchsia", "builder": "topaz-x64-perf-dawson_canyon", "bucket": "ci" }, "createTime": "2019-04-16T21:11:50.995550Z", "infra": { "buildbucket": { "serviceConfigRevision": "8661a5c70dbec9a9bd4aec7d3d4bce419ca8eaa8", "canary": true }, "recipe": { "name": "fuchsia_perf", "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": "dd8c018d6edebba18fa441c286a841ee73f8012c" } }, "id": "8915987108947812800" } }, "path_config": "generic", "bot_id": "fuchsia-debian-16-6907d2bd-us-central1-b-2vjr" } 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.