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:
Marco Castelluccio 2020-03-01 20:11:58 +01:00
Родитель ececf8a58a
Коммит a286a0df8e
2 изменённых файлов: 4 добавлений и 0 удалений

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

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