зеркало из https://github.com/mozilla/bugbug.git
Increase version number of the DBs, as we changed the format
This commit is contained in:
Родитель
f8a5d8f97f
Коммит
cb5c96fd48
|
@ -41,21 +41,21 @@ BUG_FIXING_COMMITS_DB = "data/bug_fixing_commits.json"
|
|||
db.register(
|
||||
BUG_FIXING_COMMITS_DB,
|
||||
"https://index.taskcluster.net/v1/task/project.relman.bugbug_annotate.regressor_finder.latest/artifacts/public/bug_fixing_commits.json.zst",
|
||||
2,
|
||||
3,
|
||||
)
|
||||
|
||||
BUG_INTRODUCING_COMMITS_DB = "data/bug_introducing_commits.json"
|
||||
db.register(
|
||||
BUG_INTRODUCING_COMMITS_DB,
|
||||
"https://index.taskcluster.net/v1/task/project.relman.bugbug_annotate.regressor_finder.latest/artifacts/public/bug_introducing_commits.json.zst",
|
||||
1,
|
||||
3,
|
||||
)
|
||||
|
||||
TOKENIZED_BUG_INTRODUCING_COMMITS_DB = "data/tokenized_bug_introducing_commits.json"
|
||||
db.register(
|
||||
TOKENIZED_BUG_INTRODUCING_COMMITS_DB,
|
||||
"https://index.taskcluster.net/v1/task/project.relman.bugbug_annotate.regressor_finder.latest/artifacts/public/tokenized_bug_introducing_commits.json.zst",
|
||||
1,
|
||||
3,
|
||||
)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче