Add buildkite script to trigger training

This commit is contained in:
Matthew Honnibal 2018-02-27 23:27:27 +01:00
parent 54ebdacc17
commit 071a2fbd02
1 changed files with 11 additions and 0 deletions

11
.buildkite/train.yml Normal file
View File

@ -0,0 +1,11 @@
steps:
-
command: "fab env clean make test wheel"
label: ":dizzy: :python:"
artifact_paths: "dist/*.whl"
- wait
- trigger: "spacy-train-from-wheel"
label: ":dizzy: :train:"
build:
env:
SPACY_VERSION: "{$SPACY_VERSION}"