зеркало из https://github.com/mozilla/bugbug.git
Download test selection models in the HTTP service
Making sure the HTTP service is built after the test selection models are trained. Fixes #1330
This commit is contained in:
Родитель
ececf8a58a
Коммит
a286a0df8e
|
@ -29,6 +29,8 @@ MODELS_NAMES = [
|
|||
"regression",
|
||||
"stepstoreproduce",
|
||||
"spambug",
|
||||
"testlabelselect",
|
||||
"testgroupselect",
|
||||
]
|
||||
MODELS_TO_PRELOAD = ["component"]
|
||||
MODELS_DIR = "models"
|
||||
|
|
|
@ -1135,6 +1135,8 @@ tasks:
|
|||
- train-regression
|
||||
- train-stepstoreproduce
|
||||
- train-spambug
|
||||
- train-test-label-select
|
||||
- train-test-group-select
|
||||
payload:
|
||||
capabilities:
|
||||
privileged: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче