summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-01-14 11:51:13 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2025-01-14 11:51:13 +0000
commitc691f4b390562c623e0177aaea4fb28c03721ad2 (patch)
tree1b57e194ad46c8c86a1034233a1091bee378cbdb
parent4b9c86bd9aaafc987fa4a278c8c04c271c3e6e75 (diff)
downloadvyos-build-c691f4b390562c623e0177aaea4fb28c03721ad2.tar.gz
vyos-build-c691f4b390562c623e0177aaea4fb28c03721ad2.zip
T7043: increase smoketest memory to 8G for vpp
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e211efd..a3b4c545 100644
--- a/Makefile
+++ b/Makefile
@@ -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: