Skip to content

Commit c5b670c

Browse files
committed
WIP
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 39aadbb commit c5b670c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,8 @@ jobs:
179179
180180
echo "vsn=${major}${minor}" >> "$GITHUB_OUTPUT"
181181
182-
- name: Download kernel
183-
shell: bash
184-
id: kkernel
185-
run: |
186-
lvh kernel pull --platform=linux/${{ steps.vars.outputs.arch }} ${{ matrix.kernel }}
187-
echo lvh_kernel_path=$(find ${{ matrix.kernel }}/boot/ -name "vmlinuz-*" -type f | head -1) >> "$GITHUB_OUTPUT"
188-
189182
- name: Provision LVH VMs
190-
uses: cilium/little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
183+
uses: brb/little-vm-helper@8a4c27e8e95c455786cc7873e3668f16c47ce4da
191184
with:
192185
# install-dependencies: ${{ steps.vars.outputs.lvh_install_deps }}
193186
# images-folder-parent: ${{ steps.vars.outputs.shared_folder }}
@@ -196,8 +189,9 @@ jobs:
196189
cpu: 2
197190
test-name: pwru-test
198191
image-version: ${{ matrix.kernel }}
199-
kernel: ${{ steps.kkernel.outputs.lvh_kernel_path }}/boot/
192+
fetch-kernel: true
200193
lvh-version: 'v0.0.23'
194+
arch: ${{ steps.vars.outputs.arch }}
201195
host-mount: ./
202196
cmd: |
203197
mkdir /host/pwru-tmp

0 commit comments

Comments
 (0)