Rename task node-package to node-package-cpu
This commit is contained in:
parent
2a73a76ac3
commit
d18697d432
@ -7,7 +7,7 @@ build:
|
||||
- "linux-amd64-cpu-opt"
|
||||
- "linux-amd64-gpu-opt"
|
||||
- "linux-rpi3-cpu-opt"
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "android-arm64-cpu-opt"
|
||||
- "android-armv7-cpu-opt"
|
||||
- "android-java-opt"
|
||||
@ -32,7 +32,7 @@ build:
|
||||
# GPU package
|
||||
- "linux-amd64-gpu-opt"
|
||||
# CPU package with all archs
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
cpp:
|
||||
- "darwin-amd64-cpu-opt"
|
||||
- "linux-amd64-cpu-opt"
|
||||
|
@ -3,7 +3,7 @@ build:
|
||||
dependencies:
|
||||
# Make sure builds are ready
|
||||
- "linux-amd64-gpu-opt"
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
allowed:
|
||||
- "tag"
|
||||
ref_match: "refs/tags/"
|
||||
@ -20,7 +20,7 @@ build:
|
||||
# GPU package
|
||||
- "linux-amd64-gpu-opt"
|
||||
# CPU package with all archs
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
nuget: []
|
||||
metadata:
|
||||
name: "DeepSpeech NPM Packages"
|
||||
|
@ -33,10 +33,10 @@ then:
|
||||
$let:
|
||||
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }
|
||||
linux_arm64_build: { $eval: as_slugid("linux-arm64-cpu-opt") }
|
||||
node_package: { $eval: as_slugid("node-package") }
|
||||
node_package_cpu: { $eval: as_slugid("node-package-cpu") }
|
||||
in:
|
||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${linux_arm64_build}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package_cpu}/artifacts/public
|
||||
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
|
||||
|
@ -34,10 +34,10 @@ then:
|
||||
$let:
|
||||
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }
|
||||
darwin_amd64_build: { $eval: as_slugid("darwin-amd64-cpu-opt") }
|
||||
node_package: { $eval: as_slugid("node-package") }
|
||||
node_package_cpu: { $eval: as_slugid("node-package-cpu") }
|
||||
in:
|
||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${darwin_amd64_build}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package_cpu}/artifacts/public
|
||||
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
|
||||
|
@ -34,12 +34,12 @@ then:
|
||||
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }
|
||||
linux_amd64_build: { $eval: as_slugid("linux-amd64-cpu-opt") }
|
||||
linux_amd64_ctc: { $eval: as_slugid("linux-amd64-ctc-opt") }
|
||||
node_package: { $eval: as_slugid("node-package") }
|
||||
node_package_cpu: { $eval: as_slugid("node-package-cpu") }
|
||||
in:
|
||||
CONVERT_GRAPHDEF_MEMMAPPED: ${build.convert_graphdef}
|
||||
BENCHMARK_MODEL_BIN: ${build.benchmark_model_bin}
|
||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${linux_amd64_build}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package_cpu}/artifacts/public
|
||||
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -2,7 +2,7 @@ build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
docker_image: "ubuntu:16.04"
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -2,7 +2,7 @@ build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
docker_image: "ubuntu:16.04"
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_xenial.prep_10} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -2,7 +2,7 @@ build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
docker_image: "ubuntu:16.04"
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -2,7 +2,7 @@ build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
docker_image: "ubuntu:16.04"
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_xenial.prep_11} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_trusty.prep_4} && ${nodejs.packages_trusty.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_trusty.prep_5} && ${nodejs.packages_trusty.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_trusty.prep_6} && ${nodejs.packages_trusty.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_trusty.prep_7} && ${nodejs.packages_trusty.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_trusty.prep_8} && ${nodejs.packages_trusty.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-armbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-darwin-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-linux-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
system_setup:
|
||||
>
|
||||
${nodejs.packages_trusty.prep_9} && ${nodejs.packages_trusty.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_trusty.apt}
|
||||
|
@ -1,7 +1,7 @@
|
||||
build:
|
||||
template_file: test-raspbian-opt-base.tyml
|
||||
dependencies:
|
||||
- "node-package"
|
||||
- "node-package-cpu"
|
||||
- "test-training_upstream-linux-amd64-py27mu-opt"
|
||||
system_setup:
|
||||
>
|
||||
|
@ -33,10 +33,10 @@ then:
|
||||
$let:
|
||||
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }
|
||||
linux_rpi3_build: { $eval: as_slugid("linux-rpi3-cpu-opt") }
|
||||
node_package: { $eval: as_slugid("node-package") }
|
||||
node_package_cpu: { $eval: as_slugid("node-package-cpu") }
|
||||
in:
|
||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${linux_rpi3_build}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package_cpu}/artifacts/public
|
||||
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
|
||||
|
@ -38,10 +38,10 @@ then:
|
||||
$let:
|
||||
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27mu-opt") }
|
||||
win_amd64_build: { $eval: as_slugid("win-amd64-cpu-opt") }
|
||||
node_package: { $eval: as_slugid("node-package") }
|
||||
node_package_cpu: { $eval: as_slugid("node-package-cpu") }
|
||||
in:
|
||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${win_amd64_build}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package_cpu}/artifacts/public
|
||||
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
|
||||
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
|
||||
|
Loading…
x
Reference in New Issue
Block a user