Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Accelerator Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
Accelerator Project
Commits
523e0f51
Commit
523e0f51
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Update ci to use aes simulations instead of nanosoc
parent
0a0d87ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
523e0f51
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment