-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexandre Lissy
committed
Jan 30, 2020
1 parent
0428c84
commit 6e521ff
Showing
9 changed files
with
104 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
build: | ||
template_file: linux-opt-base.tyml | ||
dependencies: | ||
- "darwin-amd64-tflite-opt" | ||
- "linux-amd64-tflite-opt" | ||
- "win-amd64-tflite-opt" | ||
routes: | ||
- "notify.irc-channel.${notifications.irc}.on-exception" | ||
- "notify.irc-channel.${notifications.irc}.on-failed" | ||
system_setup: | ||
> | ||
${nodejs.packages_trusty.prep_12} && ${nodejs.packages_trusty.apt_pinning} | ||
&& apt-get -qq update && apt-get -qq -y install nodejs python-yaml && | ||
apt-get -qq -y install ${python.packages_trusty.apt} && ${swig.packages.install_script} | ||
system_config: | ||
> | ||
${swig.patch_nodejs.linux} | ||
tensorflow: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.15.ceb46aae5836a0f648a2c3da5942af2b7d1b98bf.cpu/artifacts/public/home.tar.xz" | ||
scripts: | ||
build: "taskcluster/node-build.sh --tflite" | ||
package: "taskcluster/node-package.sh" | ||
metadata: | ||
name: "DeepSpeech NodeJS TFLite package" | ||
description: "Packaging DeepSpeech TFLite for registry" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
taskcluster/test-nodejs_13x_16k_multiarchpkg-linux-tflite-opt.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
docker_image: "ubuntu:16.04" | ||
dependencies: | ||
- "node-package-tflite" | ||
- "test-training_16k-linux-amd64-py36m-opt" | ||
test_model_task: "test-training_16k-linux-amd64-py36m-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_xenial.prep_13} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-node_tflite-tests.sh 13.x 16k" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 TFLite NodeJS MultiArch Package 13.x tests (16kHz)" | ||
description: "Testing DeepSpeech for Linux/AMD64 on NodeJS MultiArch Package v13.x, TFLite only, optimized version (16kHz)" |
15 changes: 15 additions & 0 deletions
15
taskcluster/test-nodejs_13x_8k_multiarchpkg-linux-tflite-opt.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
docker_image: "ubuntu:16.04" | ||
dependencies: | ||
- "node-package-tflite" | ||
- "test-training_8k-linux-amd64-py36m-opt" | ||
test_model_task: "test-training_8k-linux-amd64-py36m-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_xenial.prep_13} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-node_tflite-tests.sh 13.x 8k" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 TFLite NodeJS MultiArch Package 13.x tests (8kHz)" | ||
description: "Testing DeepSpeech for Linux/AMD64 on NodeJS MultiArch Package v13.x, TFLite only, optimized version (8kHz)" |
14 changes: 14 additions & 0 deletions
14
taskcluster/test-nodejs_13x_multiarchpkg-darwin-tflite-opt.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build: | ||
template_file: test-darwin-opt-base.tyml | ||
dependencies: | ||
- "node-package-tflite" | ||
- "test-training_16k-linux-amd64-py36m-opt" | ||
test_model_task: "test-training_16k-linux-amd64-py36m-opt" | ||
system_setup: | ||
> | ||
${nodejs.brew.setup} && ${nodejs.brew.prep_13} && ${nodejs.brew.env} | ||
args: | ||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-node_tflite-tests.sh 13.x 16k" | ||
metadata: | ||
name: "DeepSpeech OSX AMD64 TFLite NodeJS MultiArch Package 13.x tests" | ||
description: "Testing DeepSpeech for OSX/AMD64 on NodeJS MultiArch Package v13.x, TFLite only, optimized version" |
14 changes: 14 additions & 0 deletions
14
taskcluster/test-nodejs_13x_multiarchpkg-win-tflite-opt.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build: | ||
template_file: test-win-opt-base.tyml | ||
dependencies: | ||
- "node-package-tflite" | ||
- "test-training_16k-linux-amd64-py36m-opt" | ||
test_model_task: "test-training_16k-linux-amd64-py36m-opt" | ||
system_setup: | ||
> | ||
${system.sox_win} && ${nodejs.win.prep_13} | ||
args: | ||
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-node_tflite-tests.sh 13.x 16k" | ||
metadata: | ||
name: "DeepSpeech Windows AMD64 TFLite NodeJS MultiArch Package 13.x tests" | ||
description: "Testing DeepSpeech for Windows/AMD64 on NodeJS MultiArch Package v13.x, TFLite only, optimized version" |