@@ -7,7 +7,7 @@ pipeline {
77 stages {
88 stage(' GPU Testing' ) {
99 parallel {
10- stage(' NDTensorsCUDAExt julia-1.10 ' ) {
10+ stage(' NDTensorsCUDAExt julia-lts ' ) {
1111 options {
1212 timeout(time : 45 , unit : ' MINUTES' )
1313 }
@@ -16,7 +16,7 @@ pipeline {
1616 label ' gpu&&v100'
1717 filename ' Dockerfile'
1818 dir ' jenkins'
19- additionalBuildArgs ' --build-arg JULIA=1.10 '
19+ additionalBuildArgs ' --build-arg JULIA=lts '
2020 args ' --gpus "device=1"'
2121 }
2222 }
@@ -55,7 +55,7 @@ pipeline {
5555 '''
5656 }
5757 }
58- stage(' NDTensorscuTENSORExt julia-1.10 ' ) {
58+ stage(' NDTensorscuTENSORExt julia-lts ' ) {
5959 options {
6060 timeout(time : 45 , unit : ' MINUTES' )
6161 }
@@ -64,7 +64,7 @@ pipeline {
6464 label ' gpu&&v100'
6565 filename ' Dockerfile'
6666 dir ' jenkins'
67- additionalBuildArgs ' --build-arg JULIA=1.10 '
67+ additionalBuildArgs ' --build-arg JULIA=lts '
6868 args ' --gpus "device=1"'
6969 }
7070 }
@@ -103,7 +103,7 @@ pipeline {
103103 '''
104104 }
105105 }
106- stage(' NDTensorsMetalExt Julia-1.10 ' ){
106+ stage(' NDTensorsMetalExt Julia-lts ' ){
107107 options {
108108 timeout(time : 45 , unit : ' MINUTES' )
109109 }
@@ -116,8 +116,8 @@ pipeline {
116116 }
117117 steps{
118118 sh '''
119- juliaup add 1.10
120- juliaup default 1.10
119+ juliaup add lts
120+ juliaup default lts
121121 '''
122122 sh '''
123123 julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["metal"])'
0 commit comments