From 523e0f517eb7077810f84d6673f8449f4ff6aff0 Mon Sep 17 00:00:00 2001 From: dam1n19 <d.a.mapstone@soton.ac.uk> Date: Thu, 6 Jul 2023 06:52:56 +0000 Subject: [PATCH] Update ci to use aes simulations instead of nanosoc --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 810d01d..05d0408 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ simulate-hello: script: - echo "Simulation phase started" - source set_env.sh - - socsim test_nanosoc TESTNAME=hello + - socsim test_aes128 TESTNAME=hello tags: - VLAB-ZCU @@ -56,7 +56,7 @@ simulate_regression: script: - echo "Simulation phase started" - source set_env.sh - - socsim regression_nanosoc + - socsim regression_aes128 tags: - VLAB-ZCU @@ -65,7 +65,7 @@ simulate_quickstart-hello: script: - echo "Simulation phase started" - source set_env.sh - - socsim test_nanosoc TESTNAME=hello QUICKSTART=yes + - socsim test_aes128 TESTNAME=hello QUICKSTART=yes tags: - VLAB-ZCU @@ -74,7 +74,7 @@ simulate_quickstart-regression: script: - echo "Simulation phase started" - source set_env.sh - - socsim regression_nanosoc QUICKSTART=yes + - socsim regression_aes128 QUICKSTART=yes tags: - VLAB-ZCU -- GitLab