Skip to content

Commit

Permalink
ci: Use plain mode
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nirs committed Nov 23, 2024
1 parent c64ad82 commit aa8e5b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/vmnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ images:
initrd:
location: https://cloud-images.ubuntu.com/releases/24.04/release-20240821/unpacked/ubuntu-24.04-server-cloudimg-amd64-initrd-generic
digest: sha256:c44215c42d97abd9ada4a961de0ab7305d74c39860776cf2d7a0260ac9d0637e

mounts:
- location: "~"
- location: "/tmp/lima"
writable: true
plain: true
memory: "1g"
cpus: 1
networks:
Expand Down

0 comments on commit aa8e5b5

Please sign in to comment.