@@ -191,21 +191,7 @@ jobs:
191
191
retry_on : error
192
192
max_attempts : 3
193
193
command : ./hack/test-templates.sh templates/default.yaml
194
- - name : " Test experimental/9p.yaml"
195
- uses : nick-invision/retry@v3
196
- with :
197
- timeout_minutes : 30
198
- retry_on : error
199
- max_attempts : 3
200
- command : ./hack/test-templates.sh templates/experimental/9p.yaml
201
- - name : " Test test-misc.yaml"
202
- uses : nick-invision/retry@v3
203
- with :
204
- timeout_minutes : 30
205
- retry_on : error
206
- max_attempts : 3
207
- command : ./hack/test-templates.sh hack/test-templates/test-misc.yaml
208
- # GHA macOS is slow and flaky, so we only test a few YAMLS here.
194
+ # GHA macOS is slow and flaky, so we only test default.yaml here.
209
195
# Other yamls are tested on Linux instances.
210
196
#
211
197
- name : " Show cache"
@@ -228,8 +214,10 @@ jobs:
228
214
- archlinux.yaml
229
215
- opensuse.yaml
230
216
- experimental/net-user-v2.yaml
217
+ - experimental/9p.yaml
231
218
- docker.yaml
232
219
- ../hack/test-templates/alpine-9p-writable.yaml
220
+ - ../hack/test-templates/test-misc.yaml
233
221
steps :
234
222
- uses : actions/checkout@v4
235
223
with :
@@ -339,30 +327,6 @@ jobs:
339
327
run : make install
340
328
- name : Install test dependencies
341
329
run : brew install qemu bash coreutils iperf3
342
- - name : Install vde_switch and vde_vmnet (Deprecated)
343
- env :
344
- VDE_VMNET_VERSION : v0.6.0
345
- run : |
346
- (
347
- brew install autoconf automake
348
- cd ~
349
- git clone https://github.com/lima-vm/vde_vmnet
350
- cd vde_vmnet
351
- git checkout $VDE_VMNET_VERSION
352
- sudo git config --global --add safe.directory /Users/runner/vde_vmnet
353
- sudo make PREFIX=/opt/vde install
354
- )
355
- limactl sudoers | sudo tee /etc/sudoers.d/lima
356
- - name : Unit test (pkg/networks) with vde_vmnet (Deprecated)
357
- # Set -count=1 to disable cache
358
- run : go test -v -count=1 ./pkg/networks/...
359
- - name : Test vde_vmnet (Deprecated)
360
- uses : nick-invision/retry@v3
361
- with :
362
- timeout_minutes : 30
363
- retry_on : error
364
- max_attempts : 3
365
- command : ./hack/test-templates.sh templates/vmnet.yaml
366
330
- name : Install socket_vmnet
367
331
env :
368
332
SOCKET_VMNET_VERSION : v1.1.1
0 commit comments