bugbug/infra/taskcluster-hook-classify-p...

89 строки
2.6 KiB
JSON
Исходник Обычный вид История

{
"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"
},
2019-10-01 13:14:44 +03:00
"public/method_level.json": {
"path": "/method_level.json",
"type": "file"
}
},
"cache": {
"bugbug-mercurial-repository": "/cache"
},
"capabilities": {},
"env": {
"TC_SECRET_ID": "project/relman/bugbug/production"
},
"features": {
"taskclusterProxy": true
},
"command": [
"bugbug-classify-commit",
"regressor",
"/cache",
"${payload['DIFF_ID']}",
"--git_repo_dir=/gecko-dev",
"--method_defect_predictor_dir=/MethodDefectPredictor"
],
"image": "mozilla/bugbug-commit-retrieval",
"maxRunTime": 7200
},
"priority": "normal",
"provisionerId": "proj-relman",
"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": "compute-large"
},
"triggerSchema": {
"additionalProperties": false,
"properties": {
"DIFF_ID": {
"type": "number"
}
},
"required": [
"DIFF_ID"
],
"type": "object"
}
}