Skip to content

Commit

Permalink
Remove Jenkins CUDA 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Sep 19, 2024
1 parent 12f43cb commit 638377c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,6 @@ pipeline {
stages {
stage('GPU Testing') {
parallel {
stage('NDTensorsCUDAExt julia-1.8') {
options {
timeout(time: 45, unit: 'MINUTES')
}
agent {
dockerfile {
label 'gpu&&v100'
filename 'Dockerfile'
dir 'jenkins'
additionalBuildArgs '--build-arg JULIA=1.8'
args '--gpus "device=0"'
}
}
environment {
HOME = pwd(tmp:true)
OMP_NUM_THREADS = 4
JULIA_NUM_THREADS = 4
}
steps {
sh '''
julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cuda"])'
'''
}
}
stage('NDTensorsCUDAExt julia-1.10') {
options {
timeout(time: 45, unit: 'MINUTES')
Expand Down

0 comments on commit 638377c

Please sign in to comment.