Skip to content

Commit 2f4a027

Browse files
committed
Update tests
1 parent 21b19ce commit 2f4a027

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/main_test_itensors_base_macos_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
version:
17-
- '1.10'
17+
- 'lts'
1818
- '1'
1919
os:
2020
# - windows-latest # windows tests are failing for an unknow reason, disable for now

.github/workflows/test_itensormps_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version:
19-
- '1.10'
19+
- 'lts'
2020
- '1'
2121
os:
2222
- ubuntu-latest

.github/workflows/test_itensors_base_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version:
19-
- '1.10'
19+
- 'lts'
2020
- '1'
2121
os:
2222
- ubuntu-latest

.github/workflows/test_ndtensors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version:
19-
- '1.10'
19+
- 'lts'
2020
- '1'
2121
os:
2222
- ubuntu-latest

jenkins/Jenkinsfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)