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 {
|
parallel {
|
||||||
stage('Legacy tests') {
|
stage('Legacy tests') {
|
||||||
steps {
|
steps {
|
||||||
runXmostest("${REPO}", 'legacy_tests')
|
dir("${REPO}/tests"){
|
||||||
|
viewEnv(){
|
||||||
|
withVenv{
|
||||||
|
runPytest('--numprocesses=4')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Unit tests') {
|
stage('Unit tests') {
|
||||||
|
|||||||
Reference in New Issue
Block a user