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 коммит произвёл GitHub
Родитель 08cebeda3c 5795173c14
Коммит 1a7dd87601
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
30 изменённых файлов: 165 добавлений и 137 удалений

Просмотреть файл

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

Просмотреть файл

@ -200,11 +200,11 @@ endef
SWIG_DIST_URL ?=
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)
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)
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
$(error There is no prebuilt SWIG available for your platform. Please produce one and set SWIG_DIST_URL.)
endif

Просмотреть файл

@ -29,7 +29,7 @@
"module_path" : "./lib/binding/v{version}/{platform}-{arch}/{node_abi}/",
"remote_path" : "./v{version}/{configuration}/",
"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" : {
"node-pre-gyp": "0.15.x",

Просмотреть файл

@ -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'
system:
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'
namespace: 'project.deepspeech.node-gyp-cache.8'
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.mozilla-voice-stt.node-gyp-cache.8'
homebrew_builds:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.homebrew_builds.8/artifacts/public/homebrew_builds.tar.gz'
namespace: 'project.deepspeech.homebrew_builds.8'
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.mozilla-voice-stt.homebrew_builds.8'
homebrew_tests:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.homebrew_tests.9/artifacts/public/homebrew_tests.tar.gz'
namespace: 'project.deepspeech.homebrew_tests.9'
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.mozilla-voice-stt.homebrew_tests.9'
android_cache:
arm64_v8a:
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'
namespace: 'project.deepspeech.android_cache.arm64-v8a.android-24.7'
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.mozilla-voice-stt.android_cache.arm64-v8a.android-24.7'
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'
namespace: 'project.deepspeech.android_cache.arm64-v8a.android-25.7'
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.mozilla-voice-stt.android_cache.arm64-v8a.android-25.7'
armeabi_v7a:
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'
namespace: 'project.deepspeech.android_cache.armeabi-v7a.android-24.7'
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.mozilla-voice-stt.android_cache.armeabi-v7a.android-24.7'
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'
namespace: 'project.deepspeech.android_cache.armeabi-v7a.android-25.7'
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.mozilla-voice-stt.android_cache.armeabi-v7a.android-25.7'
x86_64:
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-24.7'
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.mozilla-voice-stt.android_cache.x86_64.android-24.7'
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-25.7'
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.mozilla-voice-stt.android_cache.x86_64.android-25.7'
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-26.3'
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.mozilla-voice-stt.android_cache.x86_64.android-26.3'
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-27.3'
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.mozilla-voice-stt.android_cache.x86_64.android-27.3'
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-28.3'
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.mozilla-voice-stt.android_cache.x86_64.android-28.3'
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-29.3'
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.mozilla-voice-stt.android_cache.x86_64.android-29.3'
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'
namespace: 'project.deepspeech.android_cache.x86_64.android-30.3'
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.mozilla-voice-stt.android_cache.x86_64.android-30.3'
sdk:
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'
namespace: 'project.deepspeech.android_cache.sdk.android-27.7'
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.mozilla-voice-stt.android_cache.sdk.android-27.7'
gradle_cache:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.gradle.7/artifacts/public/gradle.tar.gz'
namespace: 'project.deepspeech.gradle.7'
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.mozilla-voice-stt.gradle.7/artifacts/public/gradle.tar.gz'
namespace: 'project.mozilla-voice-stt.gradle.7'
pyenv:
linux:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.pyenv.linux.9/artifacts/public/pyenv.tar.gz'
namespace: 'project.deepspeech.pyenv.linux.9'
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.mozilla-voice-stt.pyenv.linux.9'
osx:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.pyenv.osx.9/artifacts/public/pyenv.tar.gz'
namespace: 'project.deepspeech.pyenv.osx.9'
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.mozilla-voice-stt.pyenv.osx.9'
win:
url: 'https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.pyenv.win.8/artifacts/public/pyenv.tar.gz'
namespace: 'project.deepspeech.pyenv.win.8'
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.mozilla-voice-stt.pyenv.win.8'
swig:
repo: "https://github.com/lissyx/swig"
sha1: "1a4c14945012f1282c2eddc174fb7674d5295de8"
swig_build:
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"
namespace: "project.deepspeech.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
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.mozilla-voice-stt.swig.linux.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
osx:
url: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118/artifacts/public/ds-swig.tar.gz"
namespace: "project.deepspeech.swig.darwin.amd64.b5fea54d39832d1d132d7dd921b69c0c2c9d5118"
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.mozilla-voice-stt.swig.darwin.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
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"
namespace: "project.deepspeech.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
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.mozilla-voice-stt.swig.win.amd64.1a4c14945012f1282c2eddc174fb7674d5295de8.0"
tensorflow:
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cpu"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cpu"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cuda"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.cuda"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm64"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.arm64"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.osx"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.osx"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-arm64"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-arm64"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-armv7"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.1.android-armv7"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win-cuda"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.win-cuda"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_arm64"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_arm64"
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"
namespace: "project.deepspeech.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_x86_64"
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.mozilla-voice-stt.tensorflow.pip.r2.2.1c1b2b9dd9ce767796a8414efbf65da1b67d1622.0.ios_x86_64"
username: 'build-user'
homedir:
linux: '/home/build-user'

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64"
- "tf_linux-arm64-cpu-opt"
routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.arm64"
- "index.project.deepspeech.deepspeech.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.${event.head.branchortag}.arm64"
- "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.arm64"
- "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
system_setup:
>

Просмотреть файл

@ -6,9 +6,9 @@ build:
- "pyenv-linux-amd64"
- "tf_linux-rpi3-cpu-opt"
routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.arm"
- "index.project.deepspeech.deepspeech.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.${event.head.branchortag}.arm"
- "index.project.mozilla-voice-stt.native_client.${event.head.branchortag}.${event.head.sha}.arm"
- "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
system_setup:
>

Просмотреть файл

@ -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"

Просмотреть файл

@ -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"

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -16,8 +16,9 @@ from pkg_resources import parse_version
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',
'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'
'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.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'])
@ -125,6 +126,9 @@ def main():
print('No such scheme: %s' % args.source)
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))
if args.artifact == "convert_graphdef_memmapped_format":