Skip to content

Commit 0423302

Browse files
authored
update en tn folder to see if CI tests run - DO NOT MERGE (#199)
* update en tn folder to see if CI tests run Signed-off-by: Anand Joseph <anajoseph@nvidia.com> * update docker image for Jenkins CI Signed-off-by: Anand Joseph <anajoseph@nvidia.com> * Update Pynini to 2.1.6 Signed-off-by: Anand Joseph <anajoseph@nvidia.com> --------- Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
1 parent 1d1374b commit 0423302

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'tnitn_ci'
4+
image 'tnitn_ci:py310'
55
args '--user 0:128 -v /home/jenkinsci:/home/jenkinsci -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""'
66
}
77
}
@@ -13,7 +13,7 @@ pipeline {
1313

1414
AR_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/04-24-24-0'
1515
DE_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/06-03-24-0'
16-
EN_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/07-15-24-0'
16+
EN_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/07-16-24-0'
1717
ES_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/10-27-23-0'
1818
ES_EN_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/06-13-23-2'
1919
FR_TN_CACHE='/home/jenkinsci/TestData/text_norm/ci/grammars/06-04-24-0'

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ editdistance
33
inflect
44
joblib
55
pandas
6-
pynini==2.1.5
6+
pynini==2.1.6
77
regex
88
sacremoses>=0.0.43
99
setuptools>=65.5.1

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==19.10b0
22
click==8.0.2
33
isort[requirements]>5.1.0,<6.0.0
44
parameterized
5-
pynini==2.1.5
5+
pynini==2.1.6
66
pytest
77
pytest-runner
88
ruamel.yaml

0 commit comments

Comments
 (0)