From d57b7d8aaaf9d8da1a41fbff1089da97f1ddfcbf Mon Sep 17 00:00:00 2001 From: Nestor Acuna Blanco Date: Fri, 8 Nov 2024 11:10:06 +0100 Subject: [PATCH] fix: address failing tests on Ubuntu The templates generated for Ubuntu are not of the tiny variant. The end-to-end tests attempted to run them but failed silently. Signed-off-by: Nestor Acuna Blanco --- automation/test-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/test-linux.sh b/automation/test-linux.sh index 4fed1749..e11807be 100755 --- a/automation/test-linux.sh +++ b/automation/test-linux.sh @@ -74,6 +74,7 @@ fi if [[ $TARGET =~ ubuntu.* ]]; then workloads=("desktop" "server") + sizes=("small" "medium" "large") fi if [[ $TARGET =~ opensuse.* ]]; then