Rename new tasks
This commit is contained in:
parent
dc2503c5e0
commit
b70db48f91
|
@ -11,5 +11,5 @@ build:
|
|||
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"
|
||||
name: "DeepSpeech OSX AMD64 CPU ElectronJS v9.2 tests"
|
||||
description: "Testing DeepSpeech for OSX/AMD64 on ElectronJS v9.2, CPU only, optimized version"
|
||||
|
|
|
@ -10,5 +10,5 @@ build:
|
|||
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"
|
||||
name: "DeepSpeech Windows AMD64 CPU ElectronJS v9.2 tests"
|
||||
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS v9.2, CPU only, optimized version"
|
||||
|
|
|
@ -12,5 +12,5 @@ build:
|
|||
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)"
|
||||
name: "DeepSpeech Linux AMD64 CPU ElectronJS v9.2 tests (16kHz)"
|
||||
description: "Testing DeepSpeech for Linux/AMD64 on ElectronJS v9.2, CPU only, optimized version (16kHz)"
|
||||
|
|
|
@ -12,5 +12,5 @@ build:
|
|||
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)"
|
||||
name: "DeepSpeech Linux AMD64 CPU ElectronJS v9.2 tests (8kHz)"
|
||||
description: "Testing DeepSpeech for Linux/AMD64 on ElectronJS v9.2, CPU only, optimized version (8kHz)"
|
||||
|
|
|
@ -10,5 +10,5 @@ build:
|
|||
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"
|
||||
name: "DeepSpeech Windows AMD64 CPU ElectronJS MultiArch Package v9.2 tests"
|
||||
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS MultiArch Package v9.2, CPU only, optimized version"
|
||||
|
|
|
@ -10,5 +10,5 @@ build:
|
|||
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"
|
||||
name: "DeepSpeech Windows AMD64 CUDA ElectronJS MultiArch Package v9.2 tests"
|
||||
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS MultiArch Package v9.2, CUDA, optimized version"
|
||||
|
|
|
@ -10,5 +10,5 @@ build:
|
|||
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"
|
||||
name: "DeepSpeech Windows AMD64 TFLite ElectronJS MultiArch Package v9.2 tests"
|
||||
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS MultiArch Package v9.2, TFLite only, optimized version"
|
||||
|
|
Loading…
Reference in New Issue