DeepSpeech/taskcluster/test-python_27-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 2.7.13"
metadata:
name: "DeepSpeech Linux AMD64 CPU Python v2.7 tests"
description: "Testing DeepSpeech for Linux/AMD64 on Python v2.7, CPU only, optimized version"