2019-07-02 20:31:20 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2019-07-09 15:40:46 +03:00
|
|
|
"public/probs.json": {
|
2019-07-02 20:31:20 +03:00
|
|
|
"path": "/probs.json",
|
|
|
|
"type": "file"
|
|
|
|
},
|
2019-07-10 17:39:48 +03:00
|
|
|
"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"
|
2019-07-02 20:31:20 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"cache": {
|
|
|
|
"bugbug-mercurial-repository": "/cache"
|
|
|
|
},
|
|
|
|
"capabilities": {},
|
|
|
|
"env": {
|
2019-07-03 16:46:21 +03:00
|
|
|
"TC_SECRET_ID": "project/relman/bugbug/production"
|
2019-07-02 20:31:20 +03:00
|
|
|
},
|
|
|
|
"features": {
|
|
|
|
"taskclusterProxy": true
|
|
|
|
},
|
|
|
|
"command": [
|
2019-07-03 16:46:21 +03:00
|
|
|
"bugbug-classify-commit",
|
2019-11-19 17:38:40 +03:00
|
|
|
"regressor",
|
2019-07-03 16:46:21 +03:00
|
|
|
"/cache",
|
2019-10-01 15:10:12 +03:00
|
|
|
"${payload['DIFF_ID']}",
|
2019-11-19 17:38:40 +03:00
|
|
|
"--git_repo_dir=/gecko-dev",
|
|
|
|
"--method_defect_predictor_dir=/MethodDefectPredictor"
|
2019-07-02 20:31:20 +03:00
|
|
|
],
|
2019-07-03 11:39:59 +03:00
|
|
|
"image": "mozilla/bugbug-commit-retrieval",
|
2019-07-02 20:31:20 +03:00
|
|
|
"maxRunTime": 7200
|
|
|
|
},
|
|
|
|
"priority": "normal",
|
2019-11-09 00:13:10 +03:00
|
|
|
"provisionerId": "proj-relman",
|
2019-07-02 20:31:20 +03:00
|
|
|
"retries": 5,
|
|
|
|
"routes": [
|
|
|
|
"notify.email.release-mgmt-analysis@mozilla.com.on-failed",
|
2019-07-03 16:46:35 +03:00
|
|
|
"notify.irc-channel.#bugbug.on-failed",
|
|
|
|
"index.project.relman.bugbug.classify_patch.latest",
|
|
|
|
"index.project.relman.bugbug.classify_patch.diff.${payload['DIFF_ID']}"
|
2019-07-02 20:31:20 +03:00
|
|
|
],
|
|
|
|
"schedulerId": "-",
|
|
|
|
"scopes": [
|
2019-07-15 23:31:30 +03:00
|
|
|
"assume:hook-id:project-relman/bugbug-classify-patch"
|
2019-07-02 20:31:20 +03:00
|
|
|
],
|
|
|
|
"tags": {},
|
2019-11-12 20:24:29 +03:00
|
|
|
"workerType": "compute-large"
|
2019-07-02 20:31:20 +03:00
|
|
|
},
|
|
|
|
"triggerSchema": {
|
2019-07-03 18:26:01 +03:00
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"DIFF_ID": {
|
|
|
|
"type": "number"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"DIFF_ID"
|
|
|
|
],
|
2019-07-02 20:31:20 +03:00
|
|
|
"type": "object"
|
|
|
|
}
|
|
|
|
}
|