From 9587e03e2c4ae52440c107d8665dae9a53f3da84 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 8 Jan 2021 10:06:07 +0000 Subject: [PATCH] Fix incorrectly named 8kHz test task --- taskcluster/test-cpp_8k_tflite-linux-amd64-opt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/test-cpp_8k_tflite-linux-amd64-opt.yml b/taskcluster/test-cpp_8k_tflite-linux-amd64-opt.yml index fc7bb2a2..b828980b 100644 --- a/taskcluster/test-cpp_8k_tflite-linux-amd64-opt.yml +++ b/taskcluster/test-cpp_8k_tflite-linux-amd64-opt.yml @@ -8,5 +8,5 @@ build: tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-cpp_tflite_basic-ds-tests.sh 8k" workerType: "${docker.dsTests}" metadata: - name: "DeepSpeech Linux AMD64 TFLite C++ tests (16kHz)" - description: "Testing DeepSpeech C++ for Linux/AMD64, TFLite, optimized version (16kHz)" + name: "DeepSpeech Linux AMD64 TFLite C++ tests (8kHz)" + description: "Testing DeepSpeech C++ for Linux/AMD64, TFLite, optimized version (8kHz)"