зеркало из https://github.com/mozilla/DeepSpeech.git
17 строки
594 B
YAML
17 строки
594 B
YAML
build:
|
|
template_file: test-linux-opt-base.tyml
|
|
dependencies:
|
|
- "linux-amd64-cpu-dbg"
|
|
- "test-training_16k-linux-amd64-py36m-opt"
|
|
test_model_task: "test-training_16k-linux-amd64-py36m-opt"
|
|
docker_image: "ubuntu:20.04"
|
|
system_setup:
|
|
>
|
|
${valgrind.packages_bionic.apt}
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-valgrind-cpp.sh --metadata"
|
|
workerType: "${docker.dsHighMemTests}"
|
|
metadata:
|
|
name: "DeepSpeech Linux AMD64 valgrind C++ metadata tests"
|
|
description: "Testing metadata DeepSpeech valgrind C++ for Linux/AMD64"
|