Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
21e0ab7d
Commit
21e0ab7d
authored
Sep 04, 2019
by
Jason Swails
Browse files
Oops -- make sure we also test OpenCL and CPU/Reference platforms
parent
b8a42c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
devtools/Jenkinsfile
devtools/Jenkinsfile
+2
-2
No files found.
devtools/Jenkinsfile
View file @
21e0ab7d
...
@@ -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 'Test
Cuda
' --parallel 2"
sh
"devtools/ci/jenkins/test.sh -R 'Test
OpenCL
' --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 'Test
Cuda
' --parallel
2
"
sh
"devtools/ci/jenkins/test.sh -R 'Test
(Cpu|Reference)
' --parallel
4
"
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment