Skip to content

Commit 1905a91

Browse files
committed
ci: Use plain mode
We test on very old and slow machines that tends to fail randomly a lot. Lets minimize the test by using the simplest possible vm without any feature. When we have more powerful and stable runners, we can try to test more interesting vms. Signed-off-by: Nir Soffer <[email protected]>
1 parent 08866c4 commit 1905a91

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/vmnet.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ images:
1313
initrd:
1414
location: https://cloud-images.ubuntu.com/releases/24.04/release-20240821/unpacked/ubuntu-24.04-server-cloudimg-amd64-initrd-generic
1515
digest: sha256:c44215c42d97abd9ada4a961de0ab7305d74c39860776cf2d7a0260ac9d0637e
16-
17-
mounts:
18-
- location: "~"
19-
- location: "/tmp/lima"
20-
writable: true
16+
plain: true
2117
memory: "1g"
2218
cpus: 1
2319
networks:

0 commit comments

Comments
 (0)