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

CI Runs clean before running simulation

parent 37976170
No related branches found
No related tags found
No related merge requests found
Pipeline #10249 failed
......@@ -56,6 +56,7 @@ simulate_regression:
script:
- echo "Simulation phase started"
- source set_env.sh
- socsim clean all
- socsim regression_nanosoc
tags:
- VLAB-ZCU
......@@ -65,6 +66,7 @@ simulate_quickstart-hello:
script:
- echo "Simulation phase started"
- source set_env.sh
- socsim clean all
- socsim test_nanosoc TESTNAME=hello QUICKSTART=yes
tags:
- VLAB-ZCU
......@@ -74,6 +76,7 @@ simulate_quickstart-regression:
script:
- echo "Simulation phase started"
- source set_env.sh
- socsim clean all
- socsim regression_nanosoc QUICKSTART=yes
tags:
- VLAB-ZCU
......
Subproject commit 2de9e1f365680250cd35da7128d81a2c5ba2d2c4
Subproject commit 8515b60e7b4567448fc719f5905113d4ebfcca29
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