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 { "tryjob": true, "$recipe_engine/swarming": { "server": "https://chromium-swarm.appspot.com" }, "recipe": "fuchsia", "patch_project": "topaz", "category": "cq", "patch_gerrit_url": "https://fuchsia-review.googlesource.com", "patch_repository_url": "https://fuchsia.googlesource.com/topaz", "patch_ref": "refs/changes/58/244358/1", "attempt_start_ts": 1548197209000000, "blamelist": [ "nkorsote@google.com" ], "board": "topaz/boards/x64.gni", "$recipe_engine/isolated": { "server": "https://isolateserver.appspot.com" }, "revision": "HEAD", "$recipe_engine/path": { "cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt" }, "patch_set": 1, "repository": "https://fuchsia.googlesource.com/topaz", "buildername": "topaz-x64-debug", "run_tests": true, "test_in_shards": true, "patch_storage": "gerrit", "$recipe_engine/runtime": { "is_experimental": false, "is_luci": true }, "buildbucket": { "hostname": "cr-buildbucket.appspot.com", "build": { "created_ts": 1548197224144965, "tags": [ "builder:topaz-x64-debug", "buildset:patch/gerrit/fuchsia-review.googlesource.com/244358/1", "cq_experimental:false", "user_agent:cq" ], "bucket": "luci.fuchsia.try", "created_by": "user:5071639625-1lppvbtck1morgivc6sq4dul7klu27sd@developer.gserviceaccount.com", "project": "fuchsia", "id": "8923591263454071792" } }, "reason": "CQ", "test_timeout_secs": 1200, "patch_issue": 244358, "packages": [ "topaz/packages/buildbot" ], "build_type": "debug", "repo": "topaz", "remote": "https://fuchsia.googlesource.com/integration", "target": "x64", "$infra/goma": { "jobs": 10 }, "manifest": "topaz/topaz", "project": "integration", "path_config": "generic", "bot_id": "fuchsia-debian-16-c4acfc8a-us-central1-c-jjlg" } 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.