File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -179,15 +179,8 @@ jobs:
179
179
180
180
echo "vsn=${major}${minor}" >> "$GITHUB_OUTPUT"
181
181
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
-
189
182
- name : Provision LVH VMs
190
- uses : cilium /little-vm-helper@e87948476ca97050b1f149ab2aec379d0de19b84 # v0.0.23
183
+ uses : brb /little-vm-helper@8a4c27e8e95c455786cc7873e3668f16c47ce4da
191
184
with :
192
185
# install-dependencies: ${{ steps.vars.outputs.lvh_install_deps }}
193
186
# images-folder-parent: ${{ steps.vars.outputs.shared_folder }}
@@ -196,8 +189,9 @@ jobs:
196
189
cpu : 2
197
190
test-name : pwru-test
198
191
image-version : ${{ matrix.kernel }}
199
- kernel : ${{ steps.kkernel.outputs.lvh_kernel_path }}/boot/
192
+ fetch- kernel : true
200
193
lvh-version : ' v0.0.23'
194
+ arch : ${{ steps.vars.outputs.arch }}
201
195
host-mount : ./
202
196
cmd : |
203
197
mkdir /host/pwru-tmp
You can’t perform that action at this time.
0 commit comments