Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
NanoSoC Tech
Commits
88b44d67
Commit
88b44d67
authored
2 years ago
by
dwn1c21
Browse files
Options
Downloads
Patches
Plain Diff
Fix CD deploy on ZCU104 Update .gitlab-ci.yml file
parent
65ff336a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-3
1 addition, 3 deletions
.gitlab-ci.yml
with
1 addition
and
3 deletions
.gitlab-ci.yml
+
1
−
3
View file @
88b44d67
...
@@ -161,7 +161,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
...
@@ -161,7 +161,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
# FUTURE Work: need to add error handling for if the board does not connect,
# FUTURE Work: need to add error handling for if the board does not connect,
# could grep from screenlog to see if successfully connected
# could grep from screenlog to see if successfully connected
-
screen -r zynq -X stuff "cp -r /home/dwn1c21/FPGA/. ./ \n"
-
screen -r zynq -X stuff "cp -r /home/dwn1c21/FPGA/. ./ \n"
-
screen -r zynq -X stuff "./ZCU104_connect.sh
> connect_log
\n"
-
screen -r zynq -X stuff "./ZCU104_connect.sh\n"
-
sleep
10
-
sleep
10
# use scp to copy over bit files and python script
# 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_tech/system/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/nanosoc_tech/system/fpga_imp/CI_verification/load_bitfile.py ./ \n"
...
@@ -193,8 +193,6 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
...
@@ -193,8 +193,6 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
after_script
:
after_script
:
# cleanup xilinx directories and quit screen
# cleanup xilinx directories and quit screen
-
screen -r zynq -X stuff "rm load_bitfile.py \n"
-
screen -r zynq -X stuff "rm load_bitfile.py \n"
-
screen -r zynq -X stuff "rm artifacts.zip \n"
-
screen -r zynq -X stuff "rm -r ./Cortex-M0 \n"
-
screen -X -S zynq quit
-
screen -X -S zynq quit
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