Skip to content

Commit 71513b5

Browse files
committed
missing jenkins
Signed-off-by: tbartley94 <tbartley@nvidia.com>
1 parent e1738d4 commit 71513b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,11 @@ pipeline {
457457
sh 'CUDA_VISIBLE_DEVICES="" pytest tests/nemo_text_processing/he/ -m "not pleasefixme" --cpu --tn_cache_dir ${HE_TN_CACHE}'
458458
}
459459
}
460-
stage('L1: Run all KO TN/ITN tests (restore grammars from cache)') {
460+
stage('L1: Run all KO TN/ITN tests (restore grammars from cache)') {
461461
steps {
462462
sh 'CUDA_VISIBLE_DEVICES="" pytest tests/nemo_text_processing/ko/ -m "not pleasefixme" --cpu --tn_cache_dir ${KO_TN_CACHE}'
463+
}
464+
}
463465
}
464466
}
465467

0 commit comments

Comments
 (0)