Set up for parallel testing
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -27,9 +27,14 @@ pipeline {
|
|||||||
xcoreLibraryChecks("${REPO}")
|
xcoreLibraryChecks("${REPO}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Legacy tests') {
|
stage('Tests') {
|
||||||
steps {
|
failFast true
|
||||||
runXmostest("${REPO}", 'legacy_tests')
|
parallel {
|
||||||
|
stage('Legacy tests') {
|
||||||
|
steps {
|
||||||
|
runXmostest("${REPO}", 'legacy_tests')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('xCORE builds') {
|
stage('xCORE builds') {
|
||||||
|
|||||||
Reference in New Issue
Block a user