marcoabreu commented on a change in pull request #12845: Julia v0.7/1.0 support
and drop v0.6 support
URL: https://github.com/apache/incubator-mxnet/pull/12845#discussion_r246965888
##########
File path: ci/jenkins/Jenkins_steps.groovy
##########
@@ -918,13 +918,26 @@ def test_unix_r_gpu() {
}]
}
-def test_unix_julia_cpu() {
- return ['Julia 0.6: CPU': {
+def test_unix_julia07_cpu() {
+ return ['Julia 0.7: CPU': {
node(NODE_LINUX_CPU) {
- ws('workspace/ut-julia06-cpu') {
+ ws('workspace/ut-julia07-cpu') {
timeout(time: max_time, unit: 'MINUTES') {
utils.unpack_and_init('cpu', mx_lib)
- utils.docker_run('ubuntu_cpu', 'unittest_ubuntu_cpu_julia06',
false)
+ utils.docker_run('ubuntu_cpu', 'unittest_ubuntu_cpu_julia07',
false)
+ }
+ }
+ }
+ }]
+}
+
+def test_unix_julia10_cpu() {
+ return ['Julia 1.0: CPU': {
+ node(NODE_LINUX_CPU) {
+ ws('workspace/ut-julia07-cpu') {
Review comment:
nit: workspace copy&paste error: 07
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services