Skip to content
Snippets Groups Projects
Commit 8259fb79 authored by dwn1c21's avatar dwn1c21
Browse files

CI fix typo

parent 12b8de1c
No related branches found
No related tags found
No related merge requests found
Pipeline #10257 failed
...@@ -237,7 +237,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage. ...@@ -237,7 +237,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
# script will output "Overlay Loaded" if successful # script will output "Overlay Loaded" if successful
- screen -r zynq -X stuff "python run_full_verification.py \n" - screen -r zynq -X stuff "python run_full_verification.py \n"
- while ! grep -q "ALL TESTS FINISHED" screenlog; do sleep 10; done - while ! grep -q "ALL TESTS FINISHED" screenlog; do sleep 10; done
- screep -r zynq -X stuff "scp -i ~/.ssh/id_rsa verification_log dwn1c21@soclabs.soton.ac.uk:~/SoC-Labs/accelerator-project/ \n" - screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa verification_log dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/aes-128-project/ \n"
# deactivate the pynq virtual environment and exit root access # deactivate the pynq virtual environment and exit root access
- screen -r zynq -X stuff "deactivate \n" - screen -r zynq -X stuff "deactivate \n"
- screen -r zynq -X stuff "exit \n" - screen -r zynq -X stuff "exit \n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment