Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellonico committed Dec 14, 2018
1 parent 4b491ca commit f6e5b4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -853,23 +853,22 @@ def test_unix_clojure_cpu() {
node(NODE_LINUX_CPU) {
ws('workspace/ut-clojure-cpu') {
timeout(time: max_time, unit: 'MINUTES') {
utils.unpack_and_init('gpu', mx_dist_lib, true)
utils.docker_run('ubuntu_nightly_gpu', 'unittest_ubuntu_cpu_clojure_integration_tests', false)
utils.unpack_and_init('cpu', mx_dist_lib, true)
utils.docker_run('ubuntu_cpu', 'unittest_ubuntu_cpu_clojure_integration_tests', false)
utils.publish_test_coverage()
}
}
}
}]
}


def test_unix_clojure_cpu_nightly() {
return ['Clojure: CPU': {
node(NODE_LINUX_CPU) {
ws('workspace/nightly-clojure-cpu') {
timeout(time: max_time, unit: 'MINUTES') {
utils.unpack_and_init('gpu', mx_dist_lib, true)
utils.docker_run('ubuntu_nightly_gpu', 'unittest_ubuntu_cpu_clojure_integration_tests', false)
utils.unpack_and_init('cpu', mx_dist_lib, true)
utils.docker_run('ubuntu_cpu', 'unittest_ubuntu_cpu_clojure_integration_tests', false)
utils.publish_test_coverage()
}
}
Expand Down

0 comments on commit f6e5b4f

Please sign in to comment.