Tidy debug

This commit is contained in:
Ed
2024-04-19 14:18:49 +01:00
parent d02561da19
commit 365e9bf014
3 changed files with 4 additions and 12 deletions

5
Jenkinsfile vendored
View File

@@ -36,8 +36,7 @@ pipeline {
dir("${REPO}/tests"){
viewEnv(){
withVenv{
// runPytest('--numprocesses=4')
runPytest('-k "midi" -s')
runPytest('--numprocesses=4')
}
}
}
@@ -76,8 +75,6 @@ pipeline {
}
post {
cleanup {
// Temp debug used by test_tx
archiveArtifacts artifacts: "${REPO}/**/*.txt", fingerprint: true, allowEmptyArchive: true
xcoreCleanSandbox()
}
}