summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYevhen Bondarenko <evgeniy.bondarenko@sentrium.io>2025-02-05 09:36:09 +0100
committerGitHub <noreply@github.com>2025-02-05 09:36:09 +0100
commit9d7eef8862092f0a71d8ea47abb2c7660ff2c004 (patch)
treeda5dc75148449075704f4b0629d7c2e535d4dc30 /Makefile
parent3d24c1077e1a6e368bd380b7a4952d4e4bc4c2e3 (diff)
parentd30b135392c5284e4e0d64ffe09c6468e2b95e62 (diff)
downloadvyos-build-9d7eef8862092f0a71d8ea47abb2c7660ff2c004.tar.gz
vyos-build-9d7eef8862092f0a71d8ea47abb2c7660ff2c004.zip
Merge pull request #900 from natali-rs1985/T7066
T7066: Increase cpu number for smoketests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8a6f089c..059f6ac8 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 --memory 8 build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --cpu 4 --memory 8 build/live-image-amd64.hybrid.iso
.PHONY: test-interfaces
.ONESHELL:
@@ -36,12 +36,12 @@ test-interfaces: checkiso
.PHONY: test-vpp
.ONESHELL:
test-vpp: checkiso
- scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi --cpu 2 --memory 8 build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --configd --match="vpp" --smoketest --uefi --cpu 4 --memory 8 build/live-image-amd64.hybrid.iso
.PHONY: testc
.ONESHELL:
testc: checkiso
- scripts/check-qemu-install --debug --configd --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
+ scripts/check-qemu-install --debug --configd --cpu 4 --memory 8 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
.PHONY: testraid
.ONESHELL: