Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ElectronJS v9.2 #3266

Merged
merged 1 commit into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion taskcluster/tc-all-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ SUPPORTED_PYTHON_VERSIONS=${SUPPORTED_PYTHON_VERSIONS:-3.5.8:ucs2 3.6.10:ucs2 3.
SUPPORTED_NODEJS_BUILD_VERSIONS=${SUPPORTED_NODEJS_BUILD_VERSIONS:-10.0.0 11.0.0 12.7.0 13.0.0 14.0.0}
SUPPORTED_NODEJS_TESTS_VERSIONS=${SUPPORTED_NODEJS_TESTS_VERSIONS:-10.20.1 11.15.0 12.17.0 13.14.0 14.3.0}

SUPPORTED_ELECTRONJS_VERSIONS=${SUPPORTED_ELECTRONJS_VERSIONS:-5.0.13 6.0.12 6.1.7 7.0.1 7.1.8 8.0.1 9.0.1 9.1.0}
SUPPORTED_ELECTRONJS_VERSIONS=${SUPPORTED_ELECTRONJS_VERSIONS:-5.0.13 6.0.12 6.1.7 7.0.1 7.1.8 8.0.1 9.0.1 9.1.0 9.2.0}
2 changes: 1 addition & 1 deletion taskcluster/test-electronjs_v9.1-darwin-amd64-opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
>
${nodejs.brew.prep_12}
args:
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
metadata:
name: "Mozilla Voice STT OSX AMD64 CPU ElectronJS v9.1 tests"
description: "Testing Mozilla Voice STT for OSX/AMD64 on ElectronJS v9.1, CPU only, optimized version"
2 changes: 1 addition & 1 deletion taskcluster/test-electronjs_v9.1-win-amd64-opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
>
${system.sox_win} && ${nodejs.win.prep_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
metadata:
name: "Mozilla Voice STT Windows AMD64 CPU ElectronJS v9.1 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS v9.1, CPU only, optimized version"
2 changes: 1 addition & 1 deletion taskcluster/test-electronjs_v9.1_16k-linux-amd64-opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
>
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} ${electronjs.packages_xenial.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
workerType: "${docker.dsTests}"
metadata:
name: "Mozilla Voice STT Linux AMD64 CPU ElectronJS v9.1 tests (16kHz)"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/test-electronjs_v9.1_8k-linux-amd64-opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
>
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} ${electronjs.packages_xenial.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 8k"
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 8k"
workerType: "${docker.dsTests}"
metadata:
name: "Mozilla Voice STT Linux AMD64 CPU ElectronJS v9.1 tests (8kHz)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
>
${system.sox_win} && ${nodejs.win.prep_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
metadata:
name: "Mozilla Voice STT Windows AMD64 CPU ElectronJS MultiArch Package v9.1 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS MultiArch Package v9.1, CPU only, optimized version"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
>
${system.sox_win} && ${nodejs.win.prep_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k cuda"
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k cuda"
metadata:
name: "Mozilla Voice STT Windows AMD64 CUDA ElectronJS MultiArch Package v9.1 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS MultiArch Package v9.1, CUDA, optimized version"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
>
${system.sox_win} && ${nodejs.win.prep_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron_tflite-tests.sh 12.x 9.0.1 16k"
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron_tflite-tests.sh 12.x 9.1.0 16k"
metadata:
name: "Mozilla Voice STT Windows AMD64 TFLite ElectronJS MultiArch Package v9.1 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS MultiArch Package v9.1, TFLite only, optimized version"
15 changes: 15 additions & 0 deletions taskcluster/test-electronjs_v9.2-darwin-amd64-opt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
build:
template_file: test-darwin-opt-base.tyml
dependencies:
- "darwin-amd64-cpu-opt"
- "test-training_16k-linux-amd64-py36m-opt"
- "homebrew_tests-darwin-amd64"
test_model_task: "test-training_16k-linux-amd64-py36m-opt"
system_setup:
>
${nodejs.brew.prep_12}
args:
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k"
metadata:
name: "Mozilla Voice STT OSX AMD64 CPU ElectronJS v9.2 tests"
description: "Testing Mozilla Voice STT for OSX/AMD64 on ElectronJS v9.2, CPU only, optimized version"
14 changes: 14 additions & 0 deletions taskcluster/test-electronjs_v9.2-win-amd64-opt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build:
template_file: test-win-opt-base.tyml
dependencies:
- "win-amd64-cpu-opt"
- "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_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k"
metadata:
name: "Mozilla Voice STT Windows AMD64 CPU ElectronJS v9.2 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS v9.2, CPU only, optimized version"
16 changes: 16 additions & 0 deletions taskcluster/test-electronjs_v9.2_16k-linux-amd64-opt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
build:
template_file: test-linux-opt-base.tyml
docker_image: "ubuntu:16.04"
dependencies:
- "linux-amd64-cpu-opt"
- "test-training_16k-linux-amd64-py36m-opt"
test_model_task: "test-training_16k-linux-amd64-py36m-opt"
system_setup:
>
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} ${electronjs.packages_xenial.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k"
workerType: "${docker.dsTests}"
metadata:
name: "Mozilla Voice STT Linux AMD64 CPU ElectronJS v9.2 tests (16kHz)"
description: "Testing Mozilla Voice STT for Linux/AMD64 on ElectronJS v9.2, CPU only, optimized version (16kHz)"
16 changes: 16 additions & 0 deletions taskcluster/test-electronjs_v9.2_8k-linux-amd64-opt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
build:
template_file: test-linux-opt-base.tyml
docker_image: "ubuntu:16.04"
dependencies:
- "linux-amd64-cpu-opt"
- "test-training_8k-linux-amd64-py36m-opt"
test_model_task: "test-training_8k-linux-amd64-py36m-opt"
system_setup:
>
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} ${electronjs.packages_xenial.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 8k"
workerType: "${docker.dsTests}"
metadata:
name: "Mozilla Voice STT Linux AMD64 CPU ElectronJS v9.2 tests (8kHz)"
description: "Testing Mozilla Voice STT for Linux/AMD64 on ElectronJS v9.2, CPU only, optimized version (8kHz)"
14 changes: 14 additions & 0 deletions taskcluster/test-electronjs_v9.2_multiarchpkg-win-amd64-opt.yml
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-cpu"
- "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_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k"
metadata:
name: "Mozilla Voice STT Windows AMD64 CPU ElectronJS MultiArch Package v9.2 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS MultiArch Package v9.2, CPU only, optimized version"
14 changes: 14 additions & 0 deletions taskcluster/test-electronjs_v9.2_multiarchpkg-win-cuda-opt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build:
template_file: test-win-cuda-opt-base.tyml
dependencies:
- "node-package-gpu"
- "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_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k cuda"
metadata:
name: "Mozilla Voice STT Windows AMD64 CUDA ElectronJS MultiArch Package v9.2 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS MultiArch Package v9.2, CUDA, optimized version"
14 changes: 14 additions & 0 deletions taskcluster/test-electronjs_v9.2_multiarchpkg-win-tflite-opt.yml
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_12}
args:
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron_tflite-tests.sh 12.x 9.2.0 16k"
metadata:
name: "Mozilla Voice STT Windows AMD64 TFLite ElectronJS MultiArch Package v9.2 tests"
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS MultiArch Package v9.2, TFLite only, optimized version"