adds 64 bit versions to regression

This commit is contained in:
2026-04-02 11:38:16 +02:00
parent a6a6a034d6
commit 8772df619f

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'