Add training task for the StepsToReproduce model (#441)

This commit is contained in:
Ayush Shridhar 2019-05-22 12:43:11 -07:00 коммит произвёл Marco
Родитель 91bf939fb7
Коммит b41170baa5
2 изменённых файлов: 30 добавлений и 0 удалений

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

@ -220,6 +220,33 @@ tasks:
owner: release-mgmt-analysis@mozilla.com
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
- ID: train-stepstoreproduce
created: {$fromNow: ''}
deadline: {$fromNow: '118 hours'}
expires: {$fromNow: '1 month'}
provisionerId: aws-provisioner-v1
workerType: releng-svc-compute
dependencies:
- bugs-retrieval
payload:
maxRunTime: 25200
image: mozilla/bugbug-train-stepstoreproduce
artifacts:
public/stepstoreproducemodel.xz:
path: /stepstoreproducemodel.xz
type: file
routes:
- notify.email.release-mgmt-analysis@mozilla.com.on-failed"
- notify.irc-channel.#bugbug.on-failed
- index.project.relman.bugbug.train_stepstoreproduce.latest
metadata:
name: bugbug train stepstoreproduce model
description: bugbug train stepstoreproduce model
owner: release-mgmt-analysis@mozilla.com
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
- ID: docker-build
created: {$fromNow: ''}
deadline: {$fromNow: '119 hours'}

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

@ -0,0 +1,3 @@
FROM mozilla/bugbug-base:latest
CMD bugbug-train stepstoreproduce