Skip to content

Commit

Permalink
T7110: Increase memory to 8G for the smoketests
Browse files Browse the repository at this point in the history
Some smoketests requires more memory to pass all tests
For example VPP tests
  • Loading branch information
sever-sever committed Jan 30, 2025
1 parent d659cdb commit a05fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a05fc33

Please sign in to comment.