Skip to content

Commit

Permalink
Try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 9, 2024
1 parent 88af5c7 commit 3e15f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 54 deletions.
50 changes: 0 additions & 50 deletions .gitlab-ci.yml

This file was deleted.

8 changes: 4 additions & 4 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ pipeline {
}
steps {
sh '''
julia -e 'using Pkg; Pkg.develop(path="."); Pkg.test("ITensorGPU");'
julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="."); Pkg.test("ITensorGPU")
'''
}
}
stage('ITensorGPU julia-1.9') {
stage('ITensorGPU julia-1.10') {
options {
timeout(time: 45, unit: 'MINUTES')
}
Expand All @@ -40,7 +40,7 @@ pipeline {
label 'gpu&&v100'
filename 'Dockerfile'
dir 'jenkins'
additionalBuildArgs '--build-arg JULIA=1.9'
additionalBuildArgs '--build-arg JULIA=1.10'
args '--gpus "device=1"'
}
}
Expand All @@ -51,7 +51,7 @@ pipeline {
}
steps {
sh '''
julia -e 'using Pkg; Pkg.develop(path="."); Pkg.test("ITensorGPU");'
julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="."); Pkg.test("ITensorGPU")
'''
}
}
Expand Down

0 comments on commit 3e15f0a

Please sign in to comment.