adds missing steps
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m19s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-05-22 15:35:02 +02:00
parent 558d5849a6
commit 2dc4409928
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -42,8 +42,10 @@ pipeline {
stage("Test backends"){
parallel {
stage("Test interp") {
sh "mkdir interp"
sh "python3 run_act.py -core TGC5C -sim build/dbt-rise-tgc/tgc-sim -w interp --dockerless --backend interp"
steps {
sh "mkdir interp"
sh "python3 run_act.py -core TGC5C -sim build/dbt-rise-tgc/tgc-sim -w interp --dockerless --backend interp"
}
}
}
}