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

Commit

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

0 comments on commit 4b491ca

Please sign in to comment.