Skip to content

Commit

Permalink
wip: updating names for clojure nightly ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellonico committed Dec 14, 2018
1 parent 0bc65dd commit 312c0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ unittest_ubuntu_cpu_clojure() {
./contrib/clojure-package/ci-test.sh
}

unittest_ubuntu_cpu_clojure_integration() {
unittest_ubuntu_cpu_clojure_integration_tests() {
set -ex
make scalapkg USE_OPENCV=1 USE_BLAS=openblas USE_DIST_KVSTORE=1 ENABLE_TESTCOVERAGE=1
make scalainstall USE_OPENCV=1 USE_BLAS=openblas USE_DIST_KVSTORE=1 ENABLE_TESTCOVERAGE=1
Expand Down
3 changes: 2 additions & 1 deletion ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,8 @@ def test_unix_clojure_integration_cpu() {
ws('workspace/ut-clojure-integration-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', false)
utils.docker_run('ubuntu_cpu', 'unittest_ubuntu_cpu_clojure_integration_tests', false)
utils.publish_test_coverage()
}
}
}
Expand Down

0 comments on commit 312c0a3

Please sign in to comment.