DeepSpeech/taskcluster/test-python_36-linux-amd64-opt.yml
Alexandre Lissy 30857cc288 Switch training model dependency to upstream-based
Currently, self-built Python package is not able to work, likely because
of the visibility of symbols. Let's switch to upstream TensorFlow for
now.
2018-01-31 16:54:37 +01:00

14 lines
479 B
YAML

build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-cpu-opt"
- "test-training_upstream-linux-amd64-py27-opt"
system_setup:
>
apt-get -qq -y install ${python.packages.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-python-tests.sh 3.6.2"
metadata:
name: "DeepSpeech Linux AMD64 CPU Python v3.6 tests"
description: "Testing DeepSpeech for Linux/AMD64 on Python v3.6, CPU only, optimized version"