Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit c9bd96f

Browse files
authored
Merge pull request #3267 from lissyx/electronjs-r0.8
Add ElectronJS v9.2
2 parents 5803eeb + ba6c68d commit c9bd96f

15 files changed

+111
-8
lines changed

taskcluster/tc-all-vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ SUPPORTED_PYTHON_VERSIONS=${SUPPORTED_PYTHON_VERSIONS:-3.5.8:ucs2 3.6.10:ucs2 3.
8989
SUPPORTED_NODEJS_BUILD_VERSIONS=${SUPPORTED_NODEJS_BUILD_VERSIONS:-10.0.0 11.0.0 12.7.0 13.0.0 14.0.0}
9090
SUPPORTED_NODEJS_TESTS_VERSIONS=${SUPPORTED_NODEJS_TESTS_VERSIONS:-10.20.1 11.15.0 12.17.0 13.14.0 14.3.0}
9191

92-
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}
92+
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}

taskcluster/test-electronjs_v9.1-darwin-amd64-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
>
1010
${nodejs.brew.prep_12}
1111
args:
12-
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
12+
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
1313
metadata:
1414
name: "DeepSpeech OSX AMD64 CPU ElectronJS v9.1 tests"
1515
description: "Testing DeepSpeech for OSX/AMD64 on ElectronJS v9.1, CPU only, optimized version"

taskcluster/test-electronjs_v9.1-win-amd64-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
>
99
${system.sox_win} && ${nodejs.win.prep_12}
1010
args:
11-
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
11+
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
1212
metadata:
1313
name: "DeepSpeech Windows AMD64 CPU ElectronJS v9.1 tests"
1414
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS v9.1, CPU only, optimized version"

taskcluster/test-electronjs_v9.1_16k-linux-amd64-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
>
1010
${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}
1111
args:
12-
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
12+
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
1313
workerType: "${docker.dsTests}"
1414
metadata:
1515
name: "DeepSpeech Linux AMD64 CPU ElectronJS v9.1 tests (16kHz)"

taskcluster/test-electronjs_v9.1_8k-linux-amd64-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
>
1010
${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}
1111
args:
12-
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 8k"
12+
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 8k"
1313
workerType: "${docker.dsTests}"
1414
metadata:
1515
name: "DeepSpeech Linux AMD64 CPU ElectronJS v9.1 tests (8kHz)"

taskcluster/test-electronjs_v9.1_multiarchpkg-win-amd64-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
>
99
${system.sox_win} && ${nodejs.win.prep_12}
1010
args:
11-
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k"
11+
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k"
1212
metadata:
1313
name: "DeepSpeech Windows AMD64 CPU ElectronJS MultiArch Package v9.1 tests"
1414
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS MultiArch Package v9.1, CPU only, optimized version"

taskcluster/test-electronjs_v9.1_multiarchpkg-win-cuda-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
>
99
${system.sox_win} && ${nodejs.win.prep_12}
1010
args:
11-
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.0.1 16k cuda"
11+
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.1.0 16k cuda"
1212
metadata:
1313
name: "DeepSpeech Windows AMD64 CUDA ElectronJS MultiArch Package v9.1 tests"
1414
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS MultiArch Package v9.1, CUDA, optimized version"

taskcluster/test-electronjs_v9.1_multiarchpkg-win-tflite-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
>
99
${system.sox_win} && ${nodejs.win.prep_12}
1010
args:
11-
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron_tflite-tests.sh 12.x 9.0.1 16k"
11+
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron_tflite-tests.sh 12.x 9.1.0 16k"
1212
metadata:
1313
name: "DeepSpeech Windows AMD64 TFLite ElectronJS MultiArch Package v9.1 tests"
1414
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS MultiArch Package v9.1, TFLite only, optimized version"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
build:
2+
template_file: test-darwin-opt-base.tyml
3+
dependencies:
4+
- "darwin-amd64-cpu-opt"
5+
- "test-training_16k-linux-amd64-py36m-opt"
6+
- "homebrew_tests-darwin-amd64"
7+
test_model_task: "test-training_16k-linux-amd64-py36m-opt"
8+
system_setup:
9+
>
10+
${nodejs.brew.prep_12}
11+
args:
12+
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k"
13+
metadata:
14+
name: "Mozilla Voice STT OSX AMD64 CPU ElectronJS v9.2 tests"
15+
description: "Testing Mozilla Voice STT for OSX/AMD64 on ElectronJS v9.2, CPU only, optimized version"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
build:
2+
template_file: test-win-opt-base.tyml
3+
dependencies:
4+
- "win-amd64-cpu-opt"
5+
- "test-training_16k-linux-amd64-py36m-opt"
6+
test_model_task: "test-training_16k-linux-amd64-py36m-opt"
7+
system_setup:
8+
>
9+
${system.sox_win} && ${nodejs.win.prep_12}
10+
args:
11+
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/taskcluster/tc-electron-tests.sh 12.x 9.2.0 16k"
12+
metadata:
13+
name: "Mozilla Voice STT Windows AMD64 CPU ElectronJS v9.2 tests"
14+
description: "Testing Mozilla Voice STT for Windows/AMD64 on ElectronJS v9.2, CPU only, optimized version"

0 commit comments

Comments
 (0)