Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit 9d698fb911 - Show all commits

2
Jenkinsfile vendored
View File

@@ -89,7 +89,6 @@ def canaryShouldRun = true
node {
timestamps {
ansiColor('xterm') {
try {
stage('Checkout') {
checkout scm
@@ -150,4 +149,3 @@ node {
}
}
}
}