"wrappers/python/vscode:/vscode.git/clone" did not exist on "521f61ef0d0154ae76e0e95d86b5f342fe3c6fb2"
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 {
steps {
sh "git clean -fxd && git checkout ."
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 {
steps {
sh "git clean -fxd && git checkout ."
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