File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7979 sleep 10
8080 sshcmd 'bluechictl start agent-qm lola-ipc-sub.service'
8181 sleep 5
82- sshcmd '/usr/local/ bin/lola-ipc-test'
82+ sshcmd '/usr/bin/lola-ipc-test'
8383 working-directory : ./autosd
8484 env :
8585 SSH_PASSWORD : password
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Build a qemu image by running:
4040
4141```
4242sudo ./auto-image-builder.sh build \
43+ --define-file vars.yml \
4344--define-file vars-devel.yml \
4445--target qemu \
4546--export qcow2 \
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ content:
7979 - path : /etc/systemd/system/lola-ipc-pub.service
8080 source_path : files/lola-ipc-pub.service
8181 # lola test script
82- - path : /usr/local/ bin/lola-ipc-test
82+ - path : /usr/bin/lola-ipc-test
8383 source_path : files/lola-ipc-test
8484 chmod_files :
85- - path : /usr/local/ bin/lola-ipc-test
85+ - path : /usr/bin/lola-ipc-test
8686 mode : " 0755"
8787
8888 # Required for testing the image only:
@@ -94,6 +94,9 @@ content:
9494 - bluechi-agent.service
9595
9696qm :
97+ memory_limit :
98+ max : infinity
99+ high : infinity
97100 content :
98101 enable_repos :
99102 - devel
You can’t perform that action at this time.
0 commit comments