summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-02-25 21:22:35 +0100
committerGitHub <noreply@github.com>2025-02-25 21:22:35 +0100
commitc54fba1fd7422e93db7db1cd1cb3685fa9984650 (patch)
treef2436a0e7c200a87200d1d80feda184158effe68
parentfcf261561a31669177b286551a406d01c5148be9 (diff)
parent93c5b23cf292c0110eec6ca92be6de743f88f41e (diff)
downloadvyos-build-c54fba1fd7422e93db7db1cd1cb3685fa9984650.tar.gz
vyos-build-c54fba1fd7422e93db7db1cd1cb3685fa9984650.zip
Merge pull request #921 from sever-sever/T7197
T7197: Decrease config smoketest to 2 CPUs and 7G RAM
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cd6c18a..911454c6 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ test-vpp: checkiso
.PHONY: testc
.ONESHELL:
testc: checkiso
- scripts/check-qemu-install --debug --configd --cpu 4 --memory 8 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
+ scripts/check-qemu-install --debug --configd --cpu 2 --memory 7 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
.PHONY: testraid
.ONESHELL: