DeepSpeech/taskcluster/test-python_27-linux-amd64-opt.yml
Alexandre Lissy bd0fedc312 Split TaskCluster build scripts and refactor some variables
This will help landing AOT support, avoiding turning tc-build.sh and
tc-package.sh into a spaghetti mess.

Fixes #898
2017-10-19 15:43:47 +02:00

14 lines
469 B
YAML

build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-cpu-opt"
- "test-training-linux-amd64-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"