forked from PAWPAW-Mirror/lib_xua
Move Jenkinsfile from xmostest to pytest
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -32,7 +32,13 @@ pipeline {
|
||||
parallel {
|
||||
stage('Legacy tests') {
|
||||
steps {
|
||||
runXmostest("${REPO}", 'legacy_tests')
|
||||
dir("${REPO}/tests"){
|
||||
viewEnv(){
|
||||
withVenv{
|
||||
runPytest('--numprocesses=4')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Unit tests') {
|
||||
|
||||
Reference in New Issue
Block a user