STT/taskcluster/test-training-pypi_8k-linux-amd64-py36m-opt.yml
Reuben Morais 10e2fc16f2 Revert "Merge pull request #3243 from lissyx/rename-stt-master"
This reverts commit 3e99b0d8b2, reversing
changes made to 3a8c45cb61.
2020-08-26 11:45:06 +02:00

17 lines
623 B
YAML

build:
template_file: test-linux-opt-tag-base.tyml
dependencies:
- "scriptworker-task-pypi"
allowed:
- "tag"
ref_match: "refs/tags/"
system_setup:
>
apt-get -qq update && apt-get -qq -y install ${training.packages_xenial.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-train-tests.sh 3.6.10:m 8k --pypi"
workerType: "${docker.dsTests}"
metadata:
name: "DeepSpeech Linux AMD64 CPU 8kHz PyPI training Py3.6"
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 8kHz Python 3.6, CPU only, optimized version, decoder package from PyPI"