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 8772df619f - Show all commits

2
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
def suites = ['threadx', 'smp'] def suites = ['threadx', 'smp']
def presets = ['Debug32', 'Release32'] def presets = ['Debug32', 'Release32', 'Debug', 'Release']
def simulatorImageLatest = 'git.minres.com/here/here-vp:latest' def simulatorImageLatest = 'git.minres.com/here/here-vp:latest'
def threadxTestSimulator = '/usr/local/bin/riscv-vp' def threadxTestSimulator = '/usr/local/bin/riscv-vp'