From 1fadf1cd8941600a53334a45b249823a29e669d5 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 4 Apr 2025 11:26:58 -0400 Subject: [PATCH] Disable nightly Norweigan and Czech voice generation They are hovering at 61% and 73% respectively. Our current cutoff is 75%, and that should arguably be raied to at least 80%. If anyone complains we can politely request they help with the translation. Change-Id: I39fd0a3b40311669c2a644de8c359a29ae066e75 --- tools/builds.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/builds.pm b/tools/builds.pm index 85b4989c17..bf900df3f2 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -639,7 +639,7 @@ sub simbuilds { 'gtts' => '-l cs', 'piper' => 'cs_CZ-jirka-medium.onnx', }, - 'enabled' => 1, + 'enabled' => 0, }, 'dansk' => { 'lang' => 'dansk', @@ -807,7 +807,7 @@ sub simbuilds { 'gtts' => '-l no', 'piper' => 'no_NO-talesyntese-medium.onnx', }, - 'enabled' => 1, + 'enabled' => 0, }, 'polski' => { 'lang' => 'polski',