Skip to content

Commit

Permalink
par2
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed Jun 4, 2024
1 parent ac23f89 commit bfbb6eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ pipeline {
}
}
stage('Test GPU Image') {
stages {
parallel {
parallel {
stage('Test on P100') {
agent { label 'ephemeral-linux-gpu' }
options {
Expand Down Expand Up @@ -188,7 +187,6 @@ pipeline {
}
}
}
}
}
}
stage('Diff GPU Image') {
Expand Down

0 comments on commit bfbb6eb

Please sign in to comment.