From 5795173c14bd708fd1a1a69b2aaf64f689a39fb2 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 10 Aug 2020 17:04:59 +0200 Subject: [PATCH] Rename TaskCluster index --- .taskcluster.yml | 4 +- native_client/definitions.mk | 6 +- native_client/javascript/package.json.in | 2 +- taskcluster/.shared.yml | 132 +++++++++--------- taskcluster/android-arm64-cpu-opt.yml | 6 +- taskcluster/android-armv7-cpu-opt.yml | 6 +- taskcluster/android-java-opt.yml | 6 +- taskcluster/android-x86_64-cpu-opt.yml | 6 +- taskcluster/darwin-amd64-cpu-opt.yml | 6 +- taskcluster/darwin-amd64-ctc-opt.yml | 6 +- taskcluster/darwin-amd64-tflite-opt.yml | 6 +- taskcluster/docs.yml | 6 +- .../generic_tc_caching-darwin-opt-base.tyml | 2 +- .../generic_tc_caching-linux-opt-base.tyml | 2 +- .../generic_tc_caching-win-opt-base.tyml | 2 +- taskcluster/ios-arm64-tflite-opt.yml | 6 +- taskcluster/ios-x86_64-tflite-opt.yml | 6 +- taskcluster/linux-amd64-cpu-opt.yml | 6 +- taskcluster/linux-amd64-ctc-opt.yml | 6 +- taskcluster/linux-amd64-gpu-opt.yml | 6 +- taskcluster/linux-amd64-tflite-opt.yml | 6 +- taskcluster/linux-arm64-cpu-opt.yml | 6 +- taskcluster/linux-rpi3-cpu-opt.yml | 6 +- ...ning_16k-linux-amd64-py38-opt.yml.DISABLED | 12 ++ ...ining_8k-linux-amd64-py38-opt.yml.DISABLED | 12 ++ taskcluster/win-amd64-cpu-opt.yml | 6 +- taskcluster/win-amd64-ctc-opt.yml | 6 +- taskcluster/win-amd64-gpu-opt.yml | 6 +- taskcluster/win-amd64-tflite-opt.yml | 6 +- .../util/taskcluster.py | 8 +- 30 files changed, 165 insertions(+), 137 deletions(-) create mode 100644 taskcluster/test-training_16k-linux-amd64-py38-opt.yml.DISABLED create mode 100644 taskcluster/test-training_8k-linux-amd64-py38-opt.yml.DISABLED diff --git a/.taskcluster.yml b/.taskcluster.yml index ab816850..d761ff44 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -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" diff --git a/native_client/definitions.mk b/native_client/definitions.mk index bad584f8..937aa9d4 100644 --- a/native_client/definitions.mk +++ b/native_client/definitions.mk @@ -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 diff --git a/native_client/javascript/package.json.in b/native_client/javascript/package.json.in index 1481fa8e..6e9599e5 100644 --- a/native_client/javascript/package.json.in +++ b/native_client/javascript/package.json.in @@ -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", diff --git a/taskcluster/.shared.yml b/taskcluster/.shared.yml index c03daa63..a25835bc 100644 --- a/taskcluster/.shared.yml +++ b/taskcluster/.shared.yml @@ -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' diff --git a/taskcluster/android-arm64-cpu-opt.yml b/taskcluster/android-arm64-cpu-opt.yml index bbd53f7f..69e513e1 100644 --- a/taskcluster/android-arm64-cpu-opt.yml +++ b/taskcluster/android-arm64-cpu-opt.yml @@ -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" diff --git a/taskcluster/android-armv7-cpu-opt.yml b/taskcluster/android-armv7-cpu-opt.yml index b7f8b9ea..11c7901f 100644 --- a/taskcluster/android-armv7-cpu-opt.yml +++ b/taskcluster/android-armv7-cpu-opt.yml @@ -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" diff --git a/taskcluster/android-java-opt.yml b/taskcluster/android-java-opt.yml index 45086904..2b3d9cc3 100644 --- a/taskcluster/android-java-opt.yml +++ b/taskcluster/android-java-opt.yml @@ -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} diff --git a/taskcluster/android-x86_64-cpu-opt.yml b/taskcluster/android-x86_64-cpu-opt.yml index e0531df3..4ff8c8c5 100644 --- a/taskcluster/android-x86_64-cpu-opt.yml +++ b/taskcluster/android-x86_64-cpu-opt.yml @@ -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" diff --git a/taskcluster/darwin-amd64-cpu-opt.yml b/taskcluster/darwin-amd64-cpu-opt.yml index 99bb3f36..2b894c4a 100644 --- a/taskcluster/darwin-amd64-cpu-opt.yml +++ b/taskcluster/darwin-amd64-cpu-opt.yml @@ -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" diff --git a/taskcluster/darwin-amd64-ctc-opt.yml b/taskcluster/darwin-amd64-ctc-opt.yml index 21e782ba..faf981ab 100644 --- a/taskcluster/darwin-amd64-ctc-opt.yml +++ b/taskcluster/darwin-amd64-ctc-opt.yml @@ -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: diff --git a/taskcluster/darwin-amd64-tflite-opt.yml b/taskcluster/darwin-amd64-tflite-opt.yml index 05af22fa..031159ca 100644 --- a/taskcluster/darwin-amd64-tflite-opt.yml +++ b/taskcluster/darwin-amd64-tflite-opt.yml @@ -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" diff --git a/taskcluster/docs.yml b/taskcluster/docs.yml index 6a860dda..e51eb88e 100644 --- a/taskcluster/docs.yml +++ b/taskcluster/docs.yml @@ -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} diff --git a/taskcluster/generic_tc_caching-darwin-opt-base.tyml b/taskcluster/generic_tc_caching-darwin-opt-base.tyml index 75bd4193..70fc55fb 100644 --- a/taskcluster/generic_tc_caching-darwin-opt-base.tyml +++ b/taskcluster/generic_tc_caching-darwin-opt-base.tyml @@ -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) } diff --git a/taskcluster/generic_tc_caching-linux-opt-base.tyml b/taskcluster/generic_tc_caching-linux-opt-base.tyml index 3e9cbded..757e5d34 100644 --- a/taskcluster/generic_tc_caching-linux-opt-base.tyml +++ b/taskcluster/generic_tc_caching-linux-opt-base.tyml @@ -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) } diff --git a/taskcluster/generic_tc_caching-win-opt-base.tyml b/taskcluster/generic_tc_caching-win-opt-base.tyml index 43f6372e..51a53b92 100644 --- a/taskcluster/generic_tc_caching-win-opt-base.tyml +++ b/taskcluster/generic_tc_caching-win-opt-base.tyml @@ -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) } diff --git a/taskcluster/ios-arm64-tflite-opt.yml b/taskcluster/ios-arm64-tflite-opt.yml index 0d8da19b..98dd581c 100644 --- a/taskcluster/ios-arm64-tflite-opt.yml +++ b/taskcluster/ios-arm64-tflite-opt.yml @@ -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" diff --git a/taskcluster/ios-x86_64-tflite-opt.yml b/taskcluster/ios-x86_64-tflite-opt.yml index 22acb435..5809e1a1 100644 --- a/taskcluster/ios-x86_64-tflite-opt.yml +++ b/taskcluster/ios-x86_64-tflite-opt.yml @@ -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" diff --git a/taskcluster/linux-amd64-cpu-opt.yml b/taskcluster/linux-amd64-cpu-opt.yml index cf82289c..ac77ea80 100644 --- a/taskcluster/linux-amd64-cpu-opt.yml +++ b/taskcluster/linux-amd64-cpu-opt.yml @@ -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} diff --git a/taskcluster/linux-amd64-ctc-opt.yml b/taskcluster/linux-amd64-ctc-opt.yml index 7edef380..3b518b87 100644 --- a/taskcluster/linux-amd64-ctc-opt.yml +++ b/taskcluster/linux-amd64-ctc-opt.yml @@ -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} diff --git a/taskcluster/linux-amd64-gpu-opt.yml b/taskcluster/linux-amd64-gpu-opt.yml index 486c7bc6..d301cf46 100644 --- a/taskcluster/linux-amd64-gpu-opt.yml +++ b/taskcluster/linux-amd64-gpu-opt.yml @@ -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} diff --git a/taskcluster/linux-amd64-tflite-opt.yml b/taskcluster/linux-amd64-tflite-opt.yml index 117162ee..9b83788e 100644 --- a/taskcluster/linux-amd64-tflite-opt.yml +++ b/taskcluster/linux-amd64-tflite-opt.yml @@ -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} diff --git a/taskcluster/linux-arm64-cpu-opt.yml b/taskcluster/linux-arm64-cpu-opt.yml index cf0a72a1..5eb88618 100644 --- a/taskcluster/linux-arm64-cpu-opt.yml +++ b/taskcluster/linux-arm64-cpu-opt.yml @@ -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: > diff --git a/taskcluster/linux-rpi3-cpu-opt.yml b/taskcluster/linux-rpi3-cpu-opt.yml index 018060ef..dbf19c6c 100644 --- a/taskcluster/linux-rpi3-cpu-opt.yml +++ b/taskcluster/linux-rpi3-cpu-opt.yml @@ -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: > diff --git a/taskcluster/test-training_16k-linux-amd64-py38-opt.yml.DISABLED b/taskcluster/test-training_16k-linux-amd64-py38-opt.yml.DISABLED new file mode 100644 index 00000000..98b8a731 --- /dev/null +++ b/taskcluster/test-training_16k-linux-amd64-py38-opt.yml.DISABLED @@ -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" diff --git a/taskcluster/test-training_8k-linux-amd64-py38-opt.yml.DISABLED b/taskcluster/test-training_8k-linux-amd64-py38-opt.yml.DISABLED new file mode 100644 index 00000000..bc6cd4bf --- /dev/null +++ b/taskcluster/test-training_8k-linux-amd64-py38-opt.yml.DISABLED @@ -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" diff --git a/taskcluster/win-amd64-cpu-opt.yml b/taskcluster/win-amd64-cpu-opt.yml index d74a5c6d..ef903867 100644 --- a/taskcluster/win-amd64-cpu-opt.yml +++ b/taskcluster/win-amd64-cpu-opt.yml @@ -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" diff --git a/taskcluster/win-amd64-ctc-opt.yml b/taskcluster/win-amd64-ctc-opt.yml index 0b30f581..0a0f4703 100644 --- a/taskcluster/win-amd64-ctc-opt.yml +++ b/taskcluster/win-amd64-ctc-opt.yml @@ -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' diff --git a/taskcluster/win-amd64-gpu-opt.yml b/taskcluster/win-amd64-gpu-opt.yml index e3dd5747..61961a2b 100644 --- a/taskcluster/win-amd64-gpu-opt.yml +++ b/taskcluster/win-amd64-gpu-opt.yml @@ -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" diff --git a/taskcluster/win-amd64-tflite-opt.yml b/taskcluster/win-amd64-tflite-opt.yml index 7fc9fbbb..bafe4b3f 100644 --- a/taskcluster/win-amd64-tflite-opt.yml +++ b/taskcluster/win-amd64-tflite-opt.yml @@ -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" diff --git a/training/mozilla_voice_stt_training/util/taskcluster.py b/training/mozilla_voice_stt_training/util/taskcluster.py index d0053c7d..14c7de5b 100644 --- a/training/mozilla_voice_stt_training/util/taskcluster.py +++ b/training/mozilla_voice_stt_training/util/taskcluster.py @@ -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":