Skip to content

Commit

Permalink
merged with gigasquid's understanding-ci branch
Browse files Browse the repository at this point in the history
WIP apache#13624 clojure nightly tests
  • Loading branch information
hellonico committed Dec 19, 2018
1 parent a059d4e commit e980d47
Showing 1 changed file with 8 additions and 0 deletions.
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_GPU) {
ws('workspace/clojure') {
utils.unpack_and_init('gpu', mx_lib)
utils.docker_run('ubuntu_nightly_gpu', 'unittest_ubuntu_cpu_clojure_integration', false)
}
}
}
}
}
Expand Down

0 comments on commit e980d47

Please sign in to comment.