summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-01-30 19:46:17 +0200
committerGitHub <noreply@github.com>2025-01-30 19:46:17 +0200
commit946b7b281562d417d148c202b1cdf2af3f986a04 (patch)
tree8777460fec7dd3f9110fed28d8f7a4454e3432b1
parentd659cdb8fe75d140668b60251b906a2777a3f56d (diff)
parenta05fc3396b51c0cbab358fbcd7c57a2447c46336 (diff)
downloadvyos-build-946b7b281562d417d148c202b1cdf2af3f986a04.tar.gz
vyos-build-946b7b281562d417d148c202b1cdf2af3f986a04.zip
Merge pull request #896 from sever-sever/T7110
T7110: Increase memory to 8G for the smoketests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3b4c545..8a6f089c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ test: checkiso
.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces: checkiso
- scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --memory 8 build/live-image-amd64.hybrid.iso
.PHONY: test-interfaces
.ONESHELL: