summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-02-25 16:46:53 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2025-02-25 16:46:53 +0000
commit93c5b23cf292c0110eec6ca92be6de743f88f41e (patch)
tree58b3ea0d58bb235086541dc5cb18493ec591b6fd
parentc6bf02f56872e719c8cddb05678666f3f40ba9f8 (diff)
downloadvyos-build-93c5b23cf292c0110eec6ca92be6de743f88f41e.tar.gz
vyos-build-93c5b23cf292c0110eec6ca92be6de743f88f41e.zip
T7197: Decrease config smoketest to 2 CPUs and 7G RAM
Decrease system resources for configload tests
-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: