{ "metadata": { "description": "", "name": "BugBug classify patch", "owner": "mcastelluccio@mozilla.com" }, "task": { "created": { "$fromNow": "0 seconds" }, "deadline": { "$fromNow": "2 hours" }, "expires": { "$fromNow": "1 month" }, "extra": {}, "metadata": { "description": "", "name": "BugBug classify patch", "owner": "mcastelluccio@mozilla.com", "source": "https://github.com/mozilla/bugbug" }, "payload": { "artifacts": { "public/probs.json": { "path": "/probs.json", "type": "file" }, "public/importances.json": { "path": "/importances.json", "type": "file" }, "public/importance.html": { "path": "/importance.html", "type": "file" } }, "cache": { "bugbug-mercurial-repository": "/cache" }, "capabilities": {}, "env": { "TC_SECRET_ID": "project/relman/bugbug/production" }, "features": { "taskclusterProxy": true }, "command": [ "bugbug-classify-commit", "/cache", "${payload['DIFF_ID']}" ], "image": "mozilla/bugbug-commit-retrieval", "maxRunTime": 7200 }, "priority": "normal", "provisionerId": "aws-provisioner-v1", "retries": 5, "routes": [ "notify.email.release-mgmt-analysis@mozilla.com.on-failed", "notify.irc-channel.#bugbug.on-failed", "index.project.relman.bugbug.classify_patch.latest", "index.project.relman.bugbug.classify_patch.diff.${payload['DIFF_ID']}" ], "schedulerId": "-", "scopes": [ "assume:hook-id:project-relman/bugbug-classify-patch" ], "tags": {}, "workerType": "taskcluster-generic" }, "triggerSchema": { "additionalProperties": false, "properties": { "DIFF_ID": { "type": "number" } }, "required": [ "DIFF_ID" ], "type": "object" } }