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
ae157483
Commit
ae157483
authored
1 year ago
by
dwn1c21
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
a944a29a
No related branches found
No related tags found
1 merge request
!1
Changed set_env flow to source script in soctools and breadcrumb left in...
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 @
ae157483
...
...
@@ -19,7 +19,7 @@
stages
:
# List of stages for jobs, and their order of execution
-
simulate
-
build
#
- deploy
-
deploy
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
...
...
@@ -165,11 +165,11 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
-
screen -r zynq -X stuff "./ZCU104_connect.sh\n"
-
sleep
10
# use scp to copy over bit files and python script
-
screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/
nanosoc_t
ec
h
/nanosoc
/fpga_imp/CI_verification
/load_bitfile.py ./ \n"
-
screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/
aes-128-proj
ec
t
/nanosoc
_tech/fpga/ci_tools
/load_bitfile.py ./ \n"
-
sleep
2
-
screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/
nanosoc_tech/nanosoc/fpga_imp/pynq_export/pz104/pynq
/overlays/
soclabs/
design
_1
.bit ./pynq/overlays/soclabs/design_1.bit \n"
-
screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/
aes-128-project/imp/fpga/output/pynq_zcu104
/overlays/
nanosoc_
design.bit ./pynq/overlays/soclabs/design_1.bit \n"
-
sleep
2
-
screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/
nanosoc_tech/nanosoc/fpga_imp/pynq_export/pz104/pynq
/overlays/
soclabs/
design
_1
.hwh ./pynq/overlays/soclabs/design_1.hwh \n"
-
screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/
aes-128-project/imp/fpga/output/pynq_zcu104
/overlays/
nanosoc_
design.hwh ./pynq/overlays/soclabs/design_1.hwh \n"
-
sleep
2
# Need root access to load the overlay onto the FPGA
-
screen -r zynq -X stuff "sudo su\n"
...
...
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