Граф коммитов

3466 Коммитов

Автор SHA1 Сообщение Дата
lissyx aa1d28530d
Merge pull request #3703 from danieltinazzi/master
Fix M-AILABS broken link
2021-11-17 18:52:52 +01:00
Daniel Tinazzi 4fa8dd38c6
Fixed M-AILABS broken link
I replaced the broken link with the updated one that I found on the same website here:
http://www.caito.de/2019/01/the-m-ailabs-speech-dataset/
2021-11-17 14:20:19 +01:00
lissyx 73e1e4fa01
Merge pull request #3674 from mozilla/lissyx-patch-1
Update conf.py
2021-07-30 20:50:58 +02:00
lissyx f606ac5753
Update conf.py 2021-07-30 20:50:45 +02:00
lissyx 9e67724d39
Merge pull request #3647 from mozilla/ftyers-patch-2
Update augmentations.py
2021-05-13 18:09:11 +02:00
Francis Tyers e026bb773b
Update augmentations.py
Looks like `clock_to` got changed to `final_clock` but this one was missed.
2021-05-13 16:12:52 +01:00
Reuben Morais 9353bb2121
Merge pull request #3641 from lissyx/nodejs-16
Add NodeJS 16.0.0
2021-04-28 21:14:46 +02:00
Alexandre Lissy a60eb77a12 Add NodeJS 16.0.0 2021-04-28 17:27:06 +02:00
lissyx 280f272431
Merge pull request #3639 from lissyx/ga-linux-armv7-aarch64
CI: Linux ARMv7 / Aarch64
2021-04-28 10:51:44 +02:00
Alexandre Lissy 00684371ff CI: Linux ARMv7 / Aarch64 2021-04-28 08:46:38 +02:00
Reuben Morais 510d161db5
Merge pull request #3636 from mozilla/linux-ci
Linux base CI
2021-04-27 11:55:56 +02:00
Reuben Morais d183c26492 Try to reduce API calls in check_artifact_exists 2021-04-27 10:28:46 +02:00
Reuben Morais 4a73246eca Address review comments 2021-04-23 14:06:36 +02:00
Reuben Morais fee829a18f Linux CI scripts fixes 2021-04-22 13:02:09 +02:00
Reuben Morais a750525237 Include Linux in NodeJS/ElectronJS repackaging 2021-04-22 13:02:09 +02:00
Reuben Morais 054945b09f Linux base CI 2021-04-22 13:02:09 +02:00
Reuben Morais 4275449a83 Improve job name 2021-04-22 12:58:35 +02:00
Reuben Morais 67c14be5e8 Remove unused SWIG native build job 2021-04-22 12:58:35 +02:00
Reuben Morais 821dccd2fc Update Windows SWIG build job to use caching 2021-04-22 12:58:35 +02:00
Reuben Morais 0b007c9fb6
Merge pull request #3621 from mozilla/windows-ga-ci
Base Windows CI
2021-04-16 20:52:55 +02:00
Reuben Morais 4df81c2144 Add caching for node_modules and headers on Windows 2021-04-16 19:24:25 +02:00
Reuben Morais 7937a19059 Properly handle ElectronJS prod/TFLite tests 2021-04-16 19:24:25 +02:00
Reuben Morais 685e432387 Fix PATH setting in Windows C++ TFLite tests 2021-04-16 11:32:46 +02:00
Reuben Morais a668cb55f4 Verbose logging during native_client packaging 2021-04-16 11:32:19 +02:00
Reuben Morais 9fe3b61c25 Missing libdeepspeech dep in Windows packages 2021-04-16 10:26:16 +02:00
Reuben Morais b3f1135ce7 Hide compiled JS from git diffs 2021-04-16 00:30:48 +02:00
Reuben Morais cff02a8310 Install SoX in Windows MultiArchPlatform tests 2021-04-16 00:30:48 +02:00
Alexandre Lissy 7856f92691 Ensure proper termination for ElectronJS and NodeJS 2021-04-16 00:30:48 +02:00
Reuben Morais a74e48b2b0 Try using crosscompiled SWIG on Windows 2021-04-16 00:30:48 +02:00
Reuben Morais c9c2f56d7d Revert SWIG to known working version+linking flags 2021-04-16 00:30:48 +02:00
Reuben Morais ebdfdf560b Sync Python versions with GA cached tools 2021-04-16 00:30:48 +02:00
Reuben Morais 48f7a327c4 Prefix job names with platform to make things easier to navigate 2021-04-16 00:30:48 +02:00
Reuben Morais 0f4bfb9ea8 Include host platform to disambiguate artifact names 2021-04-16 00:30:48 +02:00
Reuben Morais 0116bd4663 Merge workflows and add Windows to NodeJS repackaging job 2021-04-16 00:30:48 +02:00
Reuben Morais fbc63171fe Refactor MSYS2 shell path into a variable 2021-04-16 00:30:48 +02:00
Reuben Morais 2204a6405f Re-introduce variables pinning MSVC version 2021-04-16 00:30:48 +02:00
Reuben Morais 5914ebb731 Avoid unnecessary steps on Windows 2021-04-16 00:30:48 +02:00
Reuben Morais 853927fa7c Try to handle GitHub API rate limit 2021-04-15 23:53:25 +02:00
Reuben Morais a7b7b20591 Debug training script 2021-04-15 23:53:25 +02:00
Reuben Morais c8fb7a3746 Ensure upstream Python is used, name some steps 2021-04-15 23:53:25 +02:00
Reuben Morais a64ef648ca Switch third party actions to first party forks 2021-04-15 23:53:25 +02:00
Reuben Morais b8cac19773 Base Windows CI setup 2021-04-15 23:53:25 +02:00
lissyx 2f2240e18a
Merge pull request #3629 from lissyx/test-electronjs-fix
Ensure proper termination for ElectronJS and NodeJS
2021-04-15 23:42:37 +02:00
Alexandre Lissy 2d55c907a3 Ensure proper termination for ElectronJS and NodeJS 2021-04-15 22:02:18 +02:00
lissyx 673c5a1f4f
Merge pull request #3624 from lissyx/node-caching
Fix #3618: Use caching for node_modules and headers
2021-04-15 18:32:27 +02:00
Alexandre Lissy e2b6d82ff6 Fix #3618: Use caching for node_modules and headers 2021-04-15 14:19:52 +02:00
lissyx 46f6298bf5
Merge pull request #3623 from lissyx/remove-tc-ci_scripts
Fix #3609: Remove references to TaskCluster from ci_scripts/
2021-04-14 13:59:56 +02:00
Alexandre Lissy b578ebe2fc Fix #3609: Remove references to TaskCluster from ci_scripts/ 2021-04-13 17:14:43 +02:00
lissyx f6becabc28
Merge pull request #3617 from lissyx/node-repackage
Fix #3597: NodeJS repackaging
2021-04-12 18:34:15 +02:00
Alexandre Lissy d27529c124 Fix #3597: NodeJS repackaging 2021-04-12 17:00:26 +02:00