Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Unify unittest and integration test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu committed Jun 28, 2018
1 parent 49a86cb commit 2e76e9f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ try {
}
} // End of stage('Build')

stage('Unit Test') {
stage('Tests') {
parallel 'Python2: CPU': {
node('mxnetlinux-cpu') {
ws('workspace/ut-python2-cpu') {
Expand Down Expand Up @@ -887,11 +887,8 @@ try {
}
}
}
}
}

stage('Integration Test') {
parallel 'Onnx CPU': {
},
'Onnx CPU': {
node('mxnetlinux-cpu') {
ws('workspace/it-onnx-cpu') {
timeout(time: max_time, unit: 'MINUTES') {
Expand Down

0 comments on commit 2e76e9f

Please sign in to comment.