diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-14 11:51:13 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-01-14 11:51:13 +0000 |
commit | c691f4b390562c623e0177aaea4fb28c03721ad2 (patch) | |
tree | 1b57e194ad46c8c86a1034233a1091bee378cbdb | |
parent | 4b9c86bd9aaafc987fa4a278c8c04c271c3e6e75 (diff) | |
download | vyos-build-c691f4b390562c623e0177aaea4fb28c03721ad2.tar.gz vyos-build-c691f4b390562c623e0177aaea4fb28c03721ad2.zip |
T7043: increase smoketest memory to 8G for vpp
-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: |