Browse Source

更新 Jenkinsfile 执行全部的测试

tags/v1.0.0alpha
x54-729 2 years ago
parent
commit
46aede4925
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Jenkinsfile

+ 2
- 2
Jenkinsfile View File

@@ -26,7 +26,7 @@ pipeline {
}
}
steps {
sh 'pytest ./tests/core/drivers/torch_driver --durations=0 -m torch'
sh 'pytest ./tests/ --durations=0 -m torch'
}
}
stage('Test Torch-1.6') {
@@ -37,7 +37,7 @@ pipeline {
}
}
steps {
sh 'pytest ./tests/core/drivers/torch_driver --durations=0 -m torch'
sh 'pytest ./tests/ --durations=0 -m torch'
}
}
stage('Test Paddle') {


Loading…
Cancel
Save