From e3eb56dd4051431173b2817cc584602fef93cb07 Mon Sep 17 00:00:00 2001 From: Michael Pardatscher Date: Thu, 20 Feb 2025 14:28:00 +0100 Subject: T7184: Fix makefile target test Add `--cpu` and `--memory` args to target `test`, fixing smoketest runs due to VPP requiring additional resources --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 059f6ac8..6cd6c18a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ checkiso: .PHONY: test .ONESHELL: test: checkiso - scripts/check-qemu-install --debug --configd --match="$(MATCH)" --smoketest --uefi build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) + scripts/check-qemu-install --debug --configd --match="$(MATCH)" --smoketest --uefi --cpu 4 --memory 8 build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) .PHONY: test-no-interfaces .ONESHELL: -- cgit v1.2.3