From 7321410bd9ef7748c9cb69ddb3b5e0d4f2cbfae3 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Tue, 31 Oct 2017 17:32:11 +0100 Subject: [PATCH] Add missing routes entry for libctc Fixes #922 --- taskcluster/linux-amd64-ctc-opt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/linux-amd64-ctc-opt.yml b/taskcluster/linux-amd64-ctc-opt.yml index 3cc6fbb6..834a84bc 100644 --- a/taskcluster/linux-amd64-ctc-opt.yml +++ b/taskcluster/linux-amd64-ctc-opt.yml @@ -1,5 +1,7 @@ build: template_file: linux-opt-base.tyml + routes: + - "index.project.deepspeech.deepspeech.native_client.ctc.${event.head.sha}" tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.cpu/artifacts/public/home.tar.xz" summarize_graph: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.cpu/artifacts/public/summarize_graph" scripts: