forked from mozilla/DeepSpeech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mozilla#1396 from lissyx/python-37+node-10
Add NodeJS v10.x
- Loading branch information
Showing
16 changed files
with
216 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.0-alpha.5 | ||
0.2.0-alpha.6 |
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 |
---|---|---|
|
@@ -20,6 +20,9 @@ | |
"destination": "<(module_path)" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"variables": { | ||
"build_v8_with_gn": 0, | ||
}, | ||
} |
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,13 @@ | ||
build: | ||
template_file: test-armbian-opt-base.tyml | ||
dependencies: | ||
- "node-package" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_stretch.prep_10} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_stretch.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-node-tests.sh 10.x" | ||
metadata: | ||
name: "DeepSpeech ARMbian ARM64 Cortex-A53 CPU NodeJS 10.x tests" | ||
description: "Testing DeepSpeech forARMbian ARM64 Cortex-A53 on NodeJS v10.x, CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-darwin-opt-base.tyml | ||
dependencies: | ||
- "node-package" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.brew.setup} && ${nodejs.brew.prep_10} && ${nodejs.brew.env} | ||
args: | ||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-node-tests.sh 10.x" | ||
metadata: | ||
name: "DeepSpeech OSX AMD64 CPU NodeJS 10.x tests" | ||
description: "Testing DeepSpeech for OSX/AMD64 on NodeJS v10.x, CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
dependencies: | ||
- "linux-amd64-cpu-aot_test-opt" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_trusty.prep_10} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-node-tests.sh 10.x --aot" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU NodeJS 10.x tests AOT (test)" | ||
description: "Testing DeepSpeech for Linux/AMD64 on NodeJS v10.x, AOT Model (test), CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
dependencies: | ||
- "node-package" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_trusty.prep_10} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-node-tests.sh 10.x" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU NodeJS 10.x tests" | ||
description: "Testing DeepSpeech for Linux/AMD64 on NodeJS v10.x, CPU only, optimized version" |
13 changes: 13 additions & 0 deletions
13
taskcluster/test-nodejs_10x-linux-amd64-prod_pbmodel-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,13 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
dependencies: | ||
- "node-package" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_trusty.prep_10} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-node-tests-prod.sh 10.x" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU NodeJS 10.x prod tests" | ||
description: "Testing DeepSpeech for Linux/AMD64 on NodeJS v10.x on prod model, CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-raspbian-opt-base.tyml | ||
dependencies: | ||
- "node-package" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_stretch.prep_10} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_stretch.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-node-tests.sh 10.x" | ||
metadata: | ||
name: "DeepSpeech Raspbian RPi3/ARMv7 CPU NodeJS 10.x tests" | ||
description: "Testing DeepSpeech for Raspbian RPi3/ARMv7 on NodeJS v10.x, CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-darwin-opt-base.tyml | ||
dependencies: | ||
- "darwin-amd64-cpu-opt" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${python.brew.setup} && ${python.brew.env} | ||
args: | ||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.7.0b5:m" | ||
metadata: | ||
name: "DeepSpeech OSX AMD64 CPU Python v3.7 tests" | ||
description: "Testing DeepSpeech for OSX/AMD64 on Python v3.7.0b5:m, CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
dependencies: | ||
- "linux-amd64-cpu-aot_test-opt" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
apt-get -qq -y install ${python.packages_trusty.apt} ${python.packages_trusty_py37.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-python-tests.sh 3.7.0b5:m --aot" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU Python v3.7 tests AOT (test)" | ||
description: "Testing DeepSpeech for Linux/AMD64 on Python v3.7, AOT Model (test), CPU only, optimized version" |
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,13 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
dependencies: | ||
- "linux-amd64-cpu-opt" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
apt-get -qq -y install ${python.packages_trusty.apt} ${python.packages_trusty_py37.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-python-tests.sh 3.7.0b5:m" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU Python v3.7 tests" | ||
description: "Testing DeepSpeech for Linux/AMD64 on Python v3.7, CPU only, optimized version" |
13 changes: 13 additions & 0 deletions
13
taskcluster/test-python_37-linux-amd64-prod_pbmodel-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,13 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
dependencies: | ||
- "linux-amd64-cpu-opt" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
apt-get -qq -y install ${python.packages_trusty.apt} ${python.packages_trusty_py37.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-python-tests-prod.sh 3.7.0b5:m" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU Python v3.7 prod tests" | ||
description: "Testing DeepSpeech for Linux/AMD64 on Python v3.7 on prod model, CPU only, optimized version" |
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