Skip to content

Commit 92a4090

Browse files
committed
WIP
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 5afe712 commit 92a4090

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ jobs:
136136
echo lvh_kernel="/home/runners/vmlinuz-${{ matrix.kernel }}" >> $GITHUB_OUTPUT
137137
echo ssh_port=$ssh_port >> $GITHUB_OUTPUT
138138
echo shared_folder="/home/runners" >> $GITHUB_OUTPUT
139-
echo arch=arm64
139+
echo arch=arm64 >> $GITHUB_OUTPUT
140140
else
141141
echo metal_arm64=false >> $GITHUB_OUTPUT
142142
echo lvh_install_deps=true >> $GITHUB_OUTPUT
143143
echo lvh_kernel="" >> $GITHUB_OUTPUT
144144
echo ssh_port=2222 >> $GITHUB_OUTPUT
145145
echo shared_folder="" >> $GITHUB_OUTPUT
146-
echo arch=amd64
146+
echo arch=amd64 >> $GITHUB_OUTPUT
147147
fi
148148
149149
# - name: Install GO
@@ -172,8 +172,8 @@ jobs:
172172
- name: Install stored executables
173173
shell: bash
174174
run: |
175-
tar xfv pwru-linux-${{ steps.vars.outputs.arch }}.tar.gz
176175
ls -l
176+
tar xfv pwru-linux-${{ steps.vars.outputs.arch }}.tar.gz
177177
178178
- name: Derive kernel version
179179
id: kernel
@@ -205,9 +205,9 @@ jobs:
205205
- name: Provision LVH VMs
206206
uses: cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
207207
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 }}
211211
mem: 4G
212212
cpu: 2
213213
test-name: pwru-test
@@ -216,9 +216,9 @@ jobs:
216216
lvh-version: 'v0.0.23'
217217
host-mount: ./
218218
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+
222222
# wait for network to be available
223223
while true;
224224
do

0 commit comments

Comments
 (0)