Commit f88ec88e authored by Jason Swails's avatar Jason Swails
Browse files

Add back Python tests in CPU test cases

parent 21e0ab7d
...@@ -47,8 +47,7 @@ pipeline { ...@@ -47,8 +47,7 @@ pipeline {
steps { steps {
sh "git clean -fxd && git checkout ." sh "git clean -fxd && git checkout ."
sh "devtools/ci/jenkins/install.sh" sh "devtools/ci/jenkins/install_and_test_cpu.sh"
sh "devtools/ci/jenkins/test.sh -R 'Test(Cpu|Reference)' --parallel 4"
} }
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment