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

Update ci to use aes simulations instead of nanosoc

parent 0a0d87ae
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ simulate-hello: ...@@ -47,7 +47,7 @@ simulate-hello:
script: script:
- echo "Simulation phase started" - echo "Simulation phase started"
- source set_env.sh - source set_env.sh
- socsim test_nanosoc TESTNAME=hello - socsim test_aes128 TESTNAME=hello
tags: tags:
- VLAB-ZCU - VLAB-ZCU
...@@ -56,7 +56,7 @@ simulate_regression: ...@@ -56,7 +56,7 @@ simulate_regression:
script: script:
- echo "Simulation phase started" - echo "Simulation phase started"
- source set_env.sh - source set_env.sh
- socsim regression_nanosoc - socsim regression_aes128
tags: tags:
- VLAB-ZCU - VLAB-ZCU
...@@ -65,7 +65,7 @@ simulate_quickstart-hello: ...@@ -65,7 +65,7 @@ simulate_quickstart-hello:
script: script:
- echo "Simulation phase started" - echo "Simulation phase started"
- source set_env.sh - source set_env.sh
- socsim test_nanosoc TESTNAME=hello QUICKSTART=yes - socsim test_aes128 TESTNAME=hello QUICKSTART=yes
tags: tags:
- VLAB-ZCU - VLAB-ZCU
...@@ -74,7 +74,7 @@ simulate_quickstart-regression: ...@@ -74,7 +74,7 @@ simulate_quickstart-regression:
script: script:
- echo "Simulation phase started" - echo "Simulation phase started"
- source set_env.sh - source set_env.sh
- socsim regression_nanosoc QUICKSTART=yes - socsim regression_aes128 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