Increase version number of the DBs, as we changed the format

This commit is contained in:
Marco Castelluccio 2019-07-25 16:08:29 +02:00
Родитель f8a5d8f97f
Коммит cb5c96fd48
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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,
)