Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 1af4076

Browse files
committed
[CI] Enable integration tests on CPU
1 parent 5a4eae3 commit 1af4076

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/jenkins/Jenkinsfile_py3_cpu_unittest

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ core_logic: {
5454
'scripts/tests', 'src/gluonnlp',
5555
'not (gpu or integration) and serial',
5656
0, false, false)
57+
build_steps.test_unittest('gluon-nlp-cpu-py3', 'cpu/py3',
58+
'scripts/tests', 'src/gluonnlp',
59+
'not (gpu or serial) and integration',
60+
4, false, false),
61+
build_steps.test_unittest('gluon-nlp-cpu-py3', 'cpu/py3',
62+
'scripts/tests', 'src/gluonnlp',
63+
'(not gpu) and serial and integration',
64+
0, false, false)
5765
])
5866
}
5967
,

0 commit comments

Comments
 (0)