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 legacy tests to separate directory
|
||||
|
||||
1.2.0
|
||||
-----
|
||||
|
||||
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -28,8 +28,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Tests') {
|
||||
steps {
|
||||
runXmostest("${REPO}", 'tests')
|
||||
failFast true
|
||||
parallel {
|
||||
stage('Legacy tests') {
|
||||
steps {
|
||||
runXmostest("${REPO}", 'legacy_tests')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('xCORE builds') {
|
||||
|
||||
Reference in New Issue
Block a user