Skip to content

Commit

Permalink
WIP apache#13624 clojure nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellonico committed Dec 14, 2018
1 parent 312c0a3 commit d9ec761
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 1 addition & 9 deletions tests/nightly/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,7 @@ core_logic: {
utils.docker_run('ubuntu_nightly_cpu', 'nightly_test_javascript', false)
}
}
},
'Clojure Nightly: CPU': {
node(NODE_LINUX_CPU) {
ws('workspace/clojure') {
utils.init_git()
utils.docker_run('ubuntu_nightly_cpu', 'test_unix_clojure_cpu_nightly', false)
}
}
},
}
}
}
,
Expand Down
8 changes: 8 additions & 0 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ core_logic: {
utils.docker_run('ubuntu_nightly_gpu', 'nightly_tutorial_test_ubuntu_python3_gpu', true)
}
}
},
'Clojure Nightly: CPU': {
node(NODE_LINUX_CPU) {
ws('workspace/clojure') {
utils.init_git()
utils.docker_run('ubuntu_nightly_cpu', 'unittest_ubuntu_cpu_clojure_integration_tests', false)
}
}
}
}
}
Expand Down

0 comments on commit d9ec761

Please sign in to comment.