Commit 21e0ab7d authored by Jason Swails's avatar Jason Swails
Browse files

Oops -- make sure we also test OpenCL and CPU/Reference platforms

parent b8a42c41
...@@ -32,7 +32,7 @@ pipeline { ...@@ -32,7 +32,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.sh"
sh "devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2" sh "devtools/ci/jenkins/test.sh -R 'TestOpenCL' --parallel 2"
} }
} }
...@@ -48,7 +48,7 @@ pipeline { ...@@ -48,7 +48,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.sh"
sh "devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2" 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