@@ -136,14 +136,14 @@ jobs:
136
136
echo lvh_kernel="/home/runners/vmlinuz-${{ matrix.kernel }}" >> $GITHUB_OUTPUT
137
137
echo ssh_port=$ssh_port >> $GITHUB_OUTPUT
138
138
echo shared_folder="/home/runners" >> $GITHUB_OUTPUT
139
- echo arch=arm64
139
+ echo arch=arm64 >> $GITHUB_OUTPUT
140
140
else
141
141
echo metal_arm64=false >> $GITHUB_OUTPUT
142
142
echo lvh_install_deps=true >> $GITHUB_OUTPUT
143
143
echo lvh_kernel="" >> $GITHUB_OUTPUT
144
144
echo ssh_port=2222 >> $GITHUB_OUTPUT
145
145
echo shared_folder="" >> $GITHUB_OUTPUT
146
- echo arch=amd64
146
+ echo arch=amd64 >> $GITHUB_OUTPUT
147
147
fi
148
148
149
149
# - name: Install GO
@@ -172,8 +172,8 @@ jobs:
172
172
- name : Install stored executables
173
173
shell : bash
174
174
run : |
175
- tar xfv pwru-linux-${{ steps.vars.outputs.arch }}.tar.gz
176
175
ls -l
176
+ tar xfv pwru-linux-${{ steps.vars.outputs.arch }}.tar.gz
177
177
178
178
- name : Derive kernel version
179
179
id : kernel
@@ -205,9 +205,9 @@ jobs:
205
205
- name : Provision LVH VMs
206
206
uses : cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
207
207
with :
208
- install-dependencies : ${{ steps.vars.outputs.lvh_install_deps }}
209
- images-folder-parent : ${{ steps.vars.outputs.shared_folder }}
210
- ssh-port : ${{ steps.vars.outputs.ssh_port }}
208
+ # install-dependencies: ${{ steps.vars.outputs.lvh_install_deps }}
209
+ # images-folder-parent: ${{ steps.vars.outputs.shared_folder }}
210
+ # ssh-port: ${{ steps.vars.outputs.ssh_port }}
211
211
mem : 4G
212
212
cpu : 2
213
213
test-name : pwru-test
@@ -216,9 +216,9 @@ jobs:
216
216
lvh-version : ' v0.0.23'
217
217
host-mount : ./
218
218
cmd : |
219
- chmod +x /host/pwru/pwru
220
- chmod +x /host/test-app/test-app
221
-
219
+ chmod +x /host/pwru/pwru || echo oops
220
+ chmod +x /host/test-app/test-app || echo o0ops
221
+
222
222
# wait for network to be available
223
223
while true;
224
224
do
0 commit comments