diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-01-14 23:33:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 23:33:28 +0000 |
commit | 7c7dbad72174d2cf407ad3d061e440f94fcb45ba (patch) | |
tree | 67e2b00ed09d04cdba45bfa91e4bb0865fd7a677 /Makefile | |
parent | 1e6cdf774be28f97c272b3b06a2bed3e1beb3f75 (diff) | |
parent | c691f4b390562c623e0177aaea4fb28c03721ad2 (diff) | |
download | vyos-build-7c7dbad72174d2cf407ad3d061e440f94fcb45ba.tar.gz vyos-build-7c7dbad72174d2cf407ad3d061e440f94fcb45ba.zip |
Merge pull request #887 from sever-sever/T7043-cpu-mem
T7043: increase smoketest memory to 8G for vpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ test-interfaces: checkiso .PHONY: test-vpp .ONESHELL: test-vpp: checkiso - scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi --cpu 2 --memory 8 build/live-image-amd64.hybrid.iso .PHONY: testc .ONESHELL: |