Skip to content

Commit d3808b4

Browse files
authored
Autosd fix ci (#40)
Signed-off-by: Leonardo Rossetti <[email protected]>
1 parent 4fa9a56 commit d3808b4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/build_and_test_autosd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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

autosd/build/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Build a qemu image by running:
4040

4141
```
4242
sudo ./auto-image-builder.sh build \
43+
--define-file vars.yml \
4344
--define-file vars-devel.yml \
4445
--target qemu \
4546
--export qcow2 \

autosd/build/lola-demo.aib.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9696
qm:
97+
memory_limit:
98+
max: infinity
99+
high: infinity
97100
content:
98101
enable_repos:
99102
- devel

0 commit comments

Comments
 (0)