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

Added Quickstart regression simualtion targets to CI

parent 5536ba20
No related branches found
No related tags found
No related merge requests found
Pipeline #10242 canceled
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- compile - compile
- simulate - simulate
- simulate_qs
- build - build
- deploy - deploy
...@@ -50,12 +51,21 @@ simulate-hello: ...@@ -50,12 +51,21 @@ simulate-hello:
tags: tags:
- VLAB-ZCU - VLAB-ZCU
simulate-regression: simulate_quickstart-hello:
stage: simulate 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: script:
- echo "Simulation phase started" - echo "Simulation phase started"
- source set_env.sh - source set_env.sh
- socsim regression_nanosoc - socsim regression_nanosoc QUICKSTART=yes
tags: tags:
- VLAB-ZCU - VLAB-ZCU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment