Merge pull request #3238 from lissyx/rename-index

Rename TaskCluster index
This commit is contained in:
lissyx 2020-08-11 19:06:14 +02:00 committed by GitHub
commit 1a7dd87601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 165 additions and 137 deletions

View File

@ -23,8 +23,8 @@ tasks:
scopes: [ scopes: [
"queue:create-task:highest:proj-deepspeech/*", "queue:create-task:highest:proj-deepspeech/*",
"queue:route:index.project.deepspeech.*", "queue:route:index.project.mozilla-voice-stt.*",
"index:insert-task:project.deepspeech.*", "index:insert-task:project.mozilla-voice-stt.*",
"queue:scheduler-id:taskcluster-github", "queue:scheduler-id:taskcluster-github",
"generic-worker:cache:deepspeech-macos-pyenv", "generic-worker:cache:deepspeech-macos-pyenv",
"docker-worker:capability:device:kvm" "docker-worker:capability:device:kvm"

View File

@ -200,11 +200,11 @@ endef
SWIG_DIST_URL ?= SWIG_DIST_URL ?=
ifeq ($(findstring Linux,$(OS)),Linux) ifeq ($(findstring Linux,$(OS)),Linux)
SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.linux.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118/artifacts/public/ds-swig.tar.gz" SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
else ifeq ($(findstring Darwin,$(OS)),Darwin) else ifeq ($(findstring Darwin,$(OS)),Darwin)
SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118/artifacts/public/ds-swig.tar.gz" SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
else ifeq ($(findstring _NT,$(OS)),_NT) else ifeq ($(findstring _NT,$(OS)),_NT)
SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.win.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118/artifacts/public/ds-swig.tar.gz" SWIG_DIST_URL := "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
else else
$(error There is no prebuilt SWIG available for your platform. Please produce one and set SWIG_DIST_URL.) $(error There is no prebuilt SWIG available for your platform. Please produce one and set SWIG_DIST_URL.)
endif endif

View File

@ -29,7 +29,7 @@
"module_path" : "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/", "module_path" : "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/",
"remote_path" : "./v{version}/{configuration}/", "remote_path" : "./v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host" : "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.v1.0.0-warpctc.arm/artifacts/public/" "host" : "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.v1.0.0-warpctc.arm/artifacts/public/"
}, },
"dependencies" : { "dependencies" : {
"node-pre-gyp": "0.15.x", "node-pre-gyp": "0.15.x",

View File

@ -63,115 +63,115 @@ nodejs:
prep_14: '/usr/bin/wget.exe https://nodejs.org/dist/v14.3.0/node-v14.3.0-win-x64.zip && ""C:\Program Files\7-zip\7z.exe"" x -o$TASKCLUSTER_NODE_DIR -tzip -aoa node-v14.3.0-win-x64.zip && rm node-*.zip && export PATH=$TASKCLUSTER_TASK_DIR/bin/node-v14.3.0-win-x64/:$PATH' prep_14: '/usr/bin/wget.exe https://nodejs.org/dist/v14.3.0/node-v14.3.0-win-x64.zip && ""C:\Program Files\7-zip\7z.exe"" x -o$TASKCLUSTER_NODE_DIR -tzip -aoa node-v14.3.0-win-x64.zip && rm node-*.zip && export PATH=$TASKCLUSTER_TASK_DIR/bin/node-v14.3.0-win-x64/:$PATH'
system: system:
node_gyp_cache: node_gyp_cache:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.node-gyp-cache.8/artifacts/public/node-gyp-cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.node-gyp-cache.8/artifacts/public/node-gyp-cache.tar.gz'
namespace: 'project.deepspeech.node-gyp-cache.8' namespace: 'project.mozilla-voice-stt.node-gyp-cache.8'
homebrew_builds: homebrew_builds:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.homebrew_builds.8/artifacts/public/homebrew_builds.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.homebrew_builds.8/artifacts/public/homebrew_builds.tar.gz'
namespace: 'project.deepspeech.homebrew_builds.8' namespace: 'project.mozilla-voice-stt.homebrew_builds.8'
homebrew_tests: homebrew_tests:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.homebrew_tests.9/artifacts/public/homebrew_tests.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.homebrew_tests.9/artifacts/public/homebrew_tests.tar.gz'
namespace: 'project.deepspeech.homebrew_tests.9' namespace: 'project.mozilla-voice-stt.homebrew_tests.9'
android_cache: android_cache:
arm64_v8a: arm64_v8a:
android_24: android_24:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.arm64-v8a.android-24.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.arm64-v8a.android-24.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.arm64-v8a.android-24.7' namespace: 'project.mozilla-voice-stt.android_cache.arm64-v8a.android-24.7'
android_25: android_25:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.arm64-v8a.android-25.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.arm64-v8a.android-25.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.arm64-v8a.android-25.7' namespace: 'project.mozilla-voice-stt.android_cache.arm64-v8a.android-25.7'
armeabi_v7a: armeabi_v7a:
android_24: android_24:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.armeabi-v7a.android-24.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.armeabi-v7a.android-24.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.armeabi-v7a.android-24.7' namespace: 'project.mozilla-voice-stt.android_cache.armeabi-v7a.android-24.7'
android_25: android_25:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.armeabi-v7a.android-25.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.armeabi-v7a.android-25.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.armeabi-v7a.android-25.7' namespace: 'project.mozilla-voice-stt.android_cache.armeabi-v7a.android-25.7'
x86_64: x86_64:
android_24: android_24:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-24.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-24.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-24.7' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-24.7'
android_25: android_25:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-25.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-25.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-25.7' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-25.7'
android_26: android_26:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-26.3/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-26.3/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-26.3' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-26.3'
android_27: android_27:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-27.3/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-27.3/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-27.3' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-27.3'
android_28: android_28:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-28.3/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-28.3/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-28.3' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-28.3'
android_29: android_29:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-29.3/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-29.3/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-29.3' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-29.3'
android_30: android_30:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.x86_64.android-30.3/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.x86_64.android-30.3/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.x86_64.android-30.3' namespace: 'project.mozilla-voice-stt.android_cache.x86_64.android-30.3'
sdk: sdk:
android_27: android_27:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.android_cache.sdk.android-27.7/artifacts/public/android_cache.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.android_cache.sdk.android-27.7/artifacts/public/android_cache.tar.gz'
namespace: 'project.deepspeech.android_cache.sdk.android-27.7' namespace: 'project.mozilla-voice-stt.android_cache.sdk.android-27.7'
gradle_cache: gradle_cache:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.gradle.7/artifacts/public/gradle.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.gradle.7/artifacts/public/gradle.tar.gz'
namespace: 'project.deepspeech.gradle.7' namespace: 'project.mozilla-voice-stt.gradle.7'
pyenv: pyenv:
linux: linux:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.pyenv.linux.9/artifacts/public/pyenv.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.pyenv.linux.9/artifacts/public/pyenv.tar.gz'
namespace: 'project.deepspeech.pyenv.linux.9' namespace: 'project.mozilla-voice-stt.pyenv.linux.9'
osx: osx:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.pyenv.osx.9/artifacts/public/pyenv.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.pyenv.osx.9/artifacts/public/pyenv.tar.gz'
namespace: 'project.deepspeech.pyenv.osx.9' namespace: 'project.mozilla-voice-stt.pyenv.osx.9'
win: win:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.pyenv.win.8/artifacts/public/pyenv.tar.gz' url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.pyenv.win.8/artifacts/public/pyenv.tar.gz'
namespace: 'project.deepspeech.pyenv.win.8' namespace: 'project.mozilla-voice-stt.pyenv.win.8'
swig: swig:
repo: "https://github.com/lissyx/swig" repo: "https://github.com/lissyx/swig"
sha1: "1a4c14945012f1282c2eddc174fb7674d5295de8" sha1: "1a4c14945012f1282c2eddc174fb7674d5295de8"
swig_build: swig_build:
linux: linux:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
namespace: "project.deepspeech.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0" namespace: "project.mozilla-voice-stt.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
osx: osx:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118/artifacts/public/ds-swig.tar.gz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
namespace: "project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118" namespace: "project.mozilla-voice-stt.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
win: win:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0/artifacts/public/ds-swig.tar.gz"
namespace: "project.deepspeech.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0" namespace: "project.mozilla-voice-stt.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
tensorflow: tensorflow:
linux_amd64_cpu: linux_amd64_cpu:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cpu/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cpu/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cpu" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cpu"
linux_amd64_cuda: linux_amd64_cuda:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cuda/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cuda/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cuda" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cuda"
linux_armv7: linux_armv7:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm"
linux_arm64: linux_arm64:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm64/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm64/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm64" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm64"
darwin_amd64: darwin_amd64:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.osx/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.osx/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.osx" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.osx"
android_arm64: android_arm64:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-arm64/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-arm64/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-arm64" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-arm64"
android_armv7: android_armv7:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-armv7/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-armv7/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-armv7" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-armv7"
win_amd64_cpu: win_amd64_cpu:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win"
win_amd64_cuda: win_amd64_cuda:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win-cuda/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win-cuda/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win-cuda" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win-cuda"
ios_arm64: ios_arm64:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_arm64/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_arm64/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_arm64" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_arm64"
ios_x86_64: ios_x86_64:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_x86_64/artifacts/public/home.tar.xz" url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_x86_64/artifacts/public/home.tar.xz"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_x86_64" namespace: "project.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_x86_64"
username: 'build-user' username: 'build-user'
homedir: homedir:
linux: '/home/build-user' linux: '/home/build-user'

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_android-arm64-opt" - "tf_android-arm64-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-arm64" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.android-arm64"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-arm64" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.android-arm64"
- "index.project.deepspeech.deepspeech.native_client.android-arm64.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.android-arm64.${event.head.sha}"
tensorflow: ${system.tensorflow.android_arm64.url} tensorflow: ${system.tensorflow.android_arm64.url}
scripts: scripts:
setup: "taskcluster/tc-true.sh" setup: "taskcluster/tc-true.sh"

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_android-armv7-opt" - "tf_android-armv7-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-armv7" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.android-armv7"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-armv7" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.android-armv7"
- "index.project.deepspeech.deepspeech.native_client.android-armv7.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.android-armv7.${event.head.sha}"
tensorflow: ${system.tensorflow.android_armv7.url} tensorflow: ${system.tensorflow.android_armv7.url}
scripts: scripts:
build: "taskcluster/android-build.sh armeabi-v7a" build: "taskcluster/android-build.sh armeabi-v7a"

View File

@ -8,9 +8,9 @@ build:
- "gradle-cache" - "gradle-cache"
- "android-cache-sdk-android-27" - "android-cache-sdk-android-27"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-apk" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.android-apk"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-apk" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.android-apk"
- "index.project.deepspeech.deepspeech.native_client.android-apk.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.android-apk.${event.head.sha}"
system_setup: system_setup:
> >
${java.packages_xenial.apt} ${java.packages_xenial.apt}

View File

@ -5,9 +5,9 @@ build:
- "node-gyp-cache" - "node-gyp-cache"
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-x86_64" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.android-x86_64"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-x86_64" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.android-x86_64"
- "index.project.deepspeech.deepspeech.native_client.android-x86_64.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.android-x86_64.${event.head.sha}"
tensorflow: ${system.tensorflow.android_arm64.url} tensorflow: ${system.tensorflow.android_arm64.url}
scripts: scripts:
build: "taskcluster/android-build.sh x86_64" build: "taskcluster/android-build.sh x86_64"

View File

@ -7,9 +7,9 @@ build:
- "pyenv-darwin-amd64" - "pyenv-darwin-amd64"
- "tf_darwin-amd64-opt" - "tf_darwin-amd64-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.osx" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.osx"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.osx" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.osx"
- "index.project.deepspeech.deepspeech.native_client.osx.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.osx.${event.head.sha}"
tensorflow: ${system.tensorflow.darwin_amd64.url} tensorflow: ${system.tensorflow.darwin_amd64.url}
scripts: scripts:
build: "taskcluster/host-build.sh" build: "taskcluster/host-build.sh"

View File

@ -7,9 +7,9 @@ build:
- "pyenv-darwin-amd64" - "pyenv-darwin-amd64"
- "tf_darwin-amd64-opt" - "tf_darwin-amd64-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.osx-ctc" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.osx-ctc"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.osx-ctc" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.osx-ctc"
- "index.project.deepspeech.deepspeech.native_client.osx-ctc.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.osx-ctc.${event.head.sha}"
tensorflow: ${system.tensorflow.darwin_amd64.url} tensorflow: ${system.tensorflow.darwin_amd64.url}
maxRunTime: 14400 maxRunTime: 14400
scripts: scripts:

View File

@ -7,9 +7,9 @@ build:
- "pyenv-darwin-amd64" - "pyenv-darwin-amd64"
- "tf_darwin-amd64-opt" - "tf_darwin-amd64-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.osx-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.osx-tflite"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.osx-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.osx-tflite"
- "index.project.deepspeech.deepspeech.native_client.osx-tflite.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.osx-tflite.${event.head.sha}"
tensorflow: ${system.tensorflow.darwin_amd64.url} tensorflow: ${system.tensorflow.darwin_amd64.url}
scripts: scripts:
build: "taskcluster/host-build.sh tflite" build: "taskcluster/host-build.sh tflite"

View File

@ -1,9 +1,9 @@
build: build:
template_file: docs.tyml template_file: docs.tyml
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.docs" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.docs"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.docs" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.docs"
- "index.project.deepspeech.deepspeech.native_client.docs.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.docs.${event.head.sha}"
system_setup: system_setup:
> >
${nodejs.packages_docs_bionic.prep_12} && ${nodejs.packages_docs_bionic.apt_pinning} ${nodejs.packages_docs_bionic.prep_12} && ${nodejs.packages_docs_bionic.apt_pinning}

View File

@ -11,7 +11,7 @@ created: { $fromNow: '0 sec' }
deadline: { $fromNow: '1 day' } deadline: { $fromNow: '1 day' }
expires: { $fromNow: '6 months' } expires: { $fromNow: '6 months' }
scopes: scopes:
- "index:insert-task:project.deepspeech.*" - "index:insert-task:project.mozilla-voice-stt.*"
payload: payload:
maxRunTime: { $eval: to_int(build.maxRunTime) } maxRunTime: { $eval: to_int(build.maxRunTime) }

View File

@ -7,7 +7,7 @@ created: { $fromNow: '0 sec' }
deadline: { $fromNow: '1 day' } deadline: { $fromNow: '1 day' }
expires: { $fromNow: '6 months' } expires: { $fromNow: '6 months' }
scopes: scopes:
- "index:insert-task:project.deepspeech.*" - "index:insert-task:project.mozilla-voice-stt.*"
payload: payload:
maxRunTime: { $eval: to_int(build.maxRunTime) } maxRunTime: { $eval: to_int(build.maxRunTime) }

View File

@ -7,7 +7,7 @@ created: { $fromNow: '0 sec' }
deadline: { $fromNow: '1 day' } deadline: { $fromNow: '1 day' }
expires: { $fromNow: '6 months' } expires: { $fromNow: '6 months' }
scopes: scopes:
- "index:insert-task:project.deepspeech.*" - "index:insert-task:project.mozilla-voice-stt.*"
payload: payload:
maxRunTime: { $eval: to_int(build.maxRunTime) } maxRunTime: { $eval: to_int(build.maxRunTime) }

View File

@ -7,9 +7,9 @@ build:
- "pyenv-darwin-amd64" - "pyenv-darwin-amd64"
- "tf_ios-arm64-opt" - "tf_ios-arm64-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.ios_arm64-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.ios_arm64-tflite"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.ios_arm64-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.ios_arm64-tflite"
- "index.project.deepspeech.deepspeech.native_client.ios_arm64-tflite.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.ios_arm64-tflite.${event.head.sha}"
tensorflow: ${system.tensorflow.ios_arm64.url} tensorflow: ${system.tensorflow.ios_arm64.url}
scripts: scripts:
build: "taskcluster/ios-build.sh --arm64" build: "taskcluster/ios-build.sh --arm64"

View File

@ -7,9 +7,9 @@ build:
- "pyenv-darwin-amd64" - "pyenv-darwin-amd64"
- "tf_ios-x86_64-opt" - "tf_ios-x86_64-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.ios_x86_64-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.ios_x86_64-tflite"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.ios_x86_64-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.ios_x86_64-tflite"
- "index.project.deepspeech.deepspeech.native_client.ios_x86_64-tflite.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.ios_x86_64-tflite.${event.head.sha}"
tensorflow: ${system.tensorflow.ios_x86_64.url} tensorflow: ${system.tensorflow.ios_x86_64.url}
scripts: scripts:
build: "taskcluster/ios-build.sh --x86_64" build: "taskcluster/ios-build.sh --x86_64"

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_linux-amd64-cpu-opt" - "tf_linux-amd64-cpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.cpu" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.cpu"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.cpu" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.cpu"
- "index.project.deepspeech.deepspeech.native_client.cpu.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.cpu.${event.head.sha}"
system_setup: system_setup:
> >
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} ${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning}

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_linux-amd64-cpu-opt" - "tf_linux-amd64-cpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.cpu-ctc" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.cpu-ctc"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.cpu-ctc" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.cpu-ctc"
- "index.project.deepspeech.deepspeech.native_client.cpu-ctc.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.cpu-ctc.${event.head.sha}"
system_setup: system_setup:
> >
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} ${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning}

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_linux-amd64-gpu-opt" - "tf_linux-amd64-gpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.gpu" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.gpu"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.gpu" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.gpu"
- "index.project.deepspeech.deepspeech.native_client.gpu.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.gpu.${event.head.sha}"
system_setup: system_setup:
> >
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} ${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning}

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_linux-amd64-cpu-opt" - "tf_linux-amd64-cpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.tflite"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.tflite"
- "index.project.deepspeech.deepspeech.native_client.tflite.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.tflite.${event.head.sha}"
system_setup: system_setup:
> >
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} ${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning}

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_linux-arm64-cpu-opt" - "tf_linux-arm64-cpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.arm64" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.arm64"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.arm64" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.arm64"
- "index.project.deepspeech.deepspeech.native_client.arm64.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.arm64.${event.head.sha}"
## multistrap 2.2.0-ubuntu1 is broken in 14.04: https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/1313787 ## multistrap 2.2.0-ubuntu1 is broken in 14.04: https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/1313787
system_setup: system_setup:
> >

View File

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64" - "pyenv-linux-amd64"
- "tf_linux-rpi3-cpu-opt" - "tf_linux-rpi3-cpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.arm" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.arm"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.arm" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.arm"
- "index.project.deepspeech.deepspeech.native_client.arm.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.arm.${event.head.sha}"
## multistrap 2.2.0-ubuntu1 is broken in 14.04: https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/1313787 ## multistrap 2.2.0-ubuntu1 is broken in 14.04: https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/1313787
system_setup: system_setup:
> >

View File

@ -0,0 +1,12 @@
build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-ctc-opt"
system_setup:
>
apt-get -qq update && apt-get -qq -y install ${training.packages_trusty.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-train-tests.sh 3.8.1: 16k"
metadata:
name: "DeepSpeech Linux AMD64 CPU 16kHz training Py3.8"
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 16kHz Python 3.8, CPU only, optimized version"

View File

@ -0,0 +1,12 @@
build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-ctc-opt"
system_setup:
>
apt-get -qq update && apt-get -qq -y install ${training.packages_trusty.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-train-tests.sh 3.8.1: 8k"
metadata:
name: "DeepSpeech Linux AMD64 CPU 8kHz training Py3.8"
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 8kHz Python 3.8, CPU only, optimized version"

View File

@ -1,9 +1,9 @@
build: build:
template_file: win-opt-base.tyml template_file: win-opt-base.tyml
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.win" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.win"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.win" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.win"
- "index.project.deepspeech.deepspeech.native_client.win.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.win.${event.head.sha}"
dependencies: dependencies:
- "node-gyp-cache" - "node-gyp-cache"
- "swig-win-amd64" - "swig-win-amd64"

View File

@ -6,9 +6,9 @@ build:
- "pyenv-win-amd64" - "pyenv-win-amd64"
- "tf_win-amd64-cpu-opt" - "tf_win-amd64-cpu-opt"
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.win-ctc" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.win-ctc"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.win-ctc" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.win-ctc"
- "index.project.deepspeech.deepspeech.native_client.win-ctc.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.win-ctc.${event.head.sha}"
tensorflow: ${system.tensorflow.win_amd64_cpu.url} tensorflow: ${system.tensorflow.win_amd64_cpu.url}
scripts: scripts:
build: 'taskcluster/decoder-build.sh' build: 'taskcluster/decoder-build.sh'

View File

@ -1,9 +1,9 @@
build: build:
template_file: win-opt-base.tyml template_file: win-opt-base.tyml
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.win-cuda" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.win-cuda"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.win-cuda" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.win-cuda"
- "index.project.deepspeech.deepspeech.native_client.win-cuda.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.win-cuda.${event.head.sha}"
dependencies: dependencies:
- "node-gyp-cache" - "node-gyp-cache"
- "swig-win-amd64" - "swig-win-amd64"

View File

@ -1,9 +1,9 @@
build: build:
template_file: win-opt-base.tyml template_file: win-opt-base.tyml
routes: routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.win-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.win-tflite"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.win-tflite" - "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.win-tflite"
- "index.project.deepspeech.deepspeech.native_client.win-tflite.${event.head.sha}" - "index.project.mozilla-voice-stt.native_client.win-tflite.${event.head.sha}"
dependencies: dependencies:
- "node-gyp-cache" - "node-gyp-cache"
- "swig-win-amd64" - "swig-win-amd64"

View File

@ -16,8 +16,9 @@ from pkg_resources import parse_version
DEFAULT_SCHEMES = { DEFAULT_SCHEMES = {
'deepspeech': 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s', 'deepspeech': 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.native_client.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s',
'tensorflow': 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s' 'tensorflow': 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.tensorflow.pip.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s',
'tensorflow_r1.15': 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s'
} }
TASKCLUSTER_SCHEME = os.getenv('TASKCLUSTER_SCHEME', DEFAULT_SCHEMES['deepspeech']) TASKCLUSTER_SCHEME = os.getenv('TASKCLUSTER_SCHEME', DEFAULT_SCHEMES['deepspeech'])
@ -125,6 +126,9 @@ def main():
print('No such scheme: %s' % args.source) print('No such scheme: %s' % args.source)
sys.exit(1) sys.exit(1)
if args.artifact == "convert_graphdef_memmapped_format" and args.branch == "r1.15":
TASKCLUSTER_SCHEME = DEFAULT_SCHEMES["tensorflow_r1.15"]
maybe_download_tc(target_dir=args.target, tc_url=get_tc_url(args.arch, args.artifact, args.branch)) maybe_download_tc(target_dir=args.target, tc_url=get_tc_url(args.arch, args.artifact, args.branch))
if args.artifact == "convert_graphdef_memmapped_format": if args.artifact == "convert_graphdef_memmapped_format":