Skip to content
Snippets Groups Projects
Commit d6c229ca authored by dam1n19's avatar dam1n19
Browse files

Merge branch accelerator-project:main into main

parents 91af76de 35523ae2
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
stages: # List of stages for jobs, and their order of execution
- compile
- simulate
- simulate_qs
- build
- deploy
......@@ -50,12 +51,21 @@ simulate-hello:
tags:
- VLAB-ZCU
simulate-regression:
stage: simulate
simulate_quickstart-hello:
stage: simulate_qs
script:
- echo "Simulation phase started"
- source set_env.sh
- socsim test_nanosoc TESTNAME=hello QUICKSTART=yes
tags:
- VLAB-ZCU
simulate_quickstart-regression:
stage: simulate_qs
script:
- echo "Simulation phase started"
- source set_env.sh
- socsim regression_nanosoc
- socsim regression_nanosoc QUICKSTART=yes
tags:
- VLAB-ZCU
......
Subproject commit 37973c3f7f1d85acde0591e4c6be8564b0e2fc7b
Subproject commit 8baf1c376553a77248cc72815023c5fdb92deeb6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment