forked from PAWPAW-Mirror/lib_xua
Merge pull request #188 from mbanth/feature/rename_legacy_test_dir
Move xmostest tests
This commit is contained in:
@@ -5,6 +5,7 @@ lib_xua Change Log
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
* CHANGED: Move HID descriptors to ease maintenance
|
* CHANGED: Move HID descriptors to ease maintenance
|
||||||
|
* CHANGED: Move legacy tests to separate directory
|
||||||
|
|
||||||
1.2.0
|
1.2.0
|
||||||
-----
|
-----
|
||||||
|
|||||||
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -28,8 +28,13 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Tests') {
|
stage('Tests') {
|
||||||
|
failFast true
|
||||||
|
parallel {
|
||||||
|
stage('Legacy tests') {
|
||||||
steps {
|
steps {
|
||||||
runXmostest("${REPO}", 'tests')
|
runXmostest("${REPO}", 'legacy_tests')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('xCORE builds') {
|
stage('xCORE builds') {
|
||||||
|
|||||||
Reference in New Issue
Block a user